change: go ios apps

This commit is contained in:
debugtalk
2022-10-09 17:53:37 +08:00
parent 2dd524ac05
commit bfe4030431
2 changed files with 33 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ Copyright 2017 debugtalk`,
}
if !logJSON {
log.Logger = zerolog.New(zerolog.ConsoleWriter{NoColor: noColor, Out: os.Stderr}).With().Timestamp().Logger()
log.Info().Msg("Set log to color console other than JSON format.")
log.Info().Msg("Set log to color console")
}
},
Version: version.VERSION,