Fix: firewall inherits log level from LOG_LEVEL
This commit is contained in:
@@ -226,7 +226,7 @@ func _main(ctx context.Context, buildInfo models.BuildInformation,
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
firewallLogLevel := logging.LevelInfo
|
firewallLogLevel := allSettings.Log.Level
|
||||||
if allSettings.Firewall.Debug {
|
if allSettings.Firewall.Debug {
|
||||||
firewallLogLevel = logging.LevelDebug
|
firewallLogLevel = logging.LevelDebug
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user