Backend: Reduce db migration error log level to debug

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-05-08 18:02:53 +02:00
parent c5dbe1bc14
commit 40b7a1285f

View file

@ -62,7 +62,7 @@ func (list Types) WaitForMigration() {
log.Debugf("entity: table %s migrated", name)
break
} else {
log.Error(err)
log.Debugf("entity: %s", err.Error())
}
if i == attempts {