Fix log wrong module warning

This commit is contained in:
Alexey Khit
2022-08-19 09:12:26 +03:00
parent 43a69531b3
commit 2ecf3c4a70

View File

@@ -59,8 +59,6 @@ func GetLogger(module string) zerolog.Logger {
return log.Level(lvl)
}
log.Warn().Msgf("[log] wrong module: %s", module)
return log
}