Backend: Adjust log levels and messages

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer
2020-07-18 13:21:43 +02:00
parent 9c1518c5ef
commit 28ff51d5cf
9 changed files with 101 additions and 105 deletions

View File

@@ -87,7 +87,7 @@ func StartImport(router *gin.RouterGroup) {
moments := service.Moments()
if err := moments.Start(); err != nil {
log.Error(err)
log.Warnf("moments: %s", err)
}
elapsed := int(time.Since(start).Seconds())