fix_: make lint-fix

This commit is contained in:
frank 2024-08-07 21:07:26 +08:00 committed by Andrea Maria Piana
parent 60d00e8fe8
commit 2a7abcc760

View File

@ -1409,7 +1409,7 @@ func InitLogging(logSettingsJSON string) string {
if err = json.Unmarshal([]byte(logSettingsJSON), &logSettings); err != nil {
return makeJSONResponse(err)
}
if err = logutils.OverrideRootLogWithConfig(logSettings, false); err == nil {
log.Info("logging initialised", "logSettings", logSettingsJSON)
}