added log info for config reload

This commit is contained in:
2021-11-23 01:13:50 +01:00
parent a99704fba0
commit de6bf0ea01

View File

@@ -704,6 +704,7 @@ killLoop:
log.Fatalf("Failure setting logging level: %v", err)
}
log.SetLevel(lvl)
log.Infof("Config reloaded")
}
}