mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-12 20:20:25 +08:00
Logs: Tweak messages and log levels for improved readability
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user