mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Logs: More consistent log format for commands
This commit is contained in:
@@ -71,7 +71,9 @@ func copyAction(ctx *cli.Context) error {
|
||||
|
||||
elapsed := time.Since(start)
|
||||
|
||||
log.Infof("import completed [%s]", elapsed)
|
||||
log.Infof("import completed in %s", elapsed)
|
||||
|
||||
conf.Shutdown()
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user