diff --git a/internal/namespace/configreload.go b/internal/namespace/configreload.go index 486c111eca..1556fb2f66 100644 --- a/internal/namespace/configreload.go +++ b/internal/namespace/configreload.go @@ -61,6 +61,8 @@ func (nm *namespaceManager) configFileChanged() { } func (nm *namespaceManager) configReloaded(ctx context.Context) { + // Always make sure log level is up to date + log.SetLevel(config.GetString(config.LogLevel)) // Get Viper to dump the whole new config, with everything resolved across env vars // and the config file etc.