mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-10 04:30:20 +02:00
Fix: firewall inherits log level from LOG_LEVEL
This commit is contained in:
+1
-1
@@ -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