mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-05 08:47:12 +08:00
Logs: Always put time in brackets
This commit is contained in:
@@ -45,7 +45,7 @@ func optimizeAction(ctx *cli.Context) error {
|
||||
} else {
|
||||
elapsed := time.Since(start)
|
||||
|
||||
log.Infof("completed in %s", elapsed)
|
||||
log.Infof("completed [%s]", elapsed)
|
||||
}
|
||||
|
||||
conf.Shutdown()
|
||||
|
Reference in New Issue
Block a user