Backend: Reduce db migration error log level to debug
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
c5dbe1bc14
commit
40b7a1285f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ func (list Types) WaitForMigration() {
|
||||||
log.Debugf("entity: table %s migrated", name)
|
log.Debugf("entity: table %s migrated", name)
|
||||||
break
|
break
|
||||||
} else {
|
} else {
|
||||||
log.Error(err)
|
log.Debugf("entity: %s", err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
if i == attempts {
|
if i == attempts {
|
||||||
|
|
Loading…
Reference in a new issue