Logs: Always put time in brackets

This commit is contained in:
Michael Mayer
2021-10-02 15:19:11 +02:00
parent 9a88d7fc6a
commit de737a6eef
10 changed files with 14 additions and 14 deletions

View File

@@ -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()