added message for debug state

alpha v1.0.36
alex 2023-02-17 08:03:19 +01:00
parent 4eaf7b7b13
commit 820f6bb6c3
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ func InitLogger(debug bool, colorizedOutput bool, rabbitMqLogging bool) {
if colorizedOutput {
log.Logger = log.Output(zerolog.ConsoleWriter{Out: os.Stderr, TimeFormat: time.TimeOnly})
}
LogInfof("Debug: %t", debug)
}
func LogInfo(msg string) {