Logs: Tweak messages and log levels for improved readability

This commit is contained in:
Michael Mayer
2021-10-02 14:24:44 +02:00
parent 8ebedf2f7d
commit 9a88d7fc6a
32 changed files with 123 additions and 116 deletions

View File

@@ -46,7 +46,7 @@ func resampleAction(ctx *cli.Context) error {
elapsed := time.Since(start)
log.Infof("thumbnails created in %s", elapsed)
log.Infof("thumbnails created [%s]", elapsed)
return nil
}