Lowercase all log strings (#3173)

from #3161

---------

Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
qwerty287
2024-01-11 19:17:07 +01:00
committed by GitHub
parent f56f9cb1c0
commit b0a2b1cf2d
23 changed files with 82 additions and 81 deletions

View File

@@ -98,7 +98,7 @@ func SetupGlobalLogger(c *cli.Context, outputLvl bool) error {
}
if outputLvl {
log.Info().Msgf("LogLevel = %s", zerolog.GlobalLevel().String())
log.Info().Msgf("log level: %s", zerolog.GlobalLevel().String())
}
return nil