We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5823e commit 9004d09Copy full SHA for 9004d09
internal/mode/static/state/dataplane/configuration.go
@@ -991,7 +991,7 @@ func buildLogging(g *graph.Graph) Logging {
991
}
992
993
ngfProxy := g.Gateway.EffectiveNginxProxy
994
- if ngfProxy != nil && ngfProxy.Logging != nil {
+ if ngfProxy.Logging != nil {
995
if ngfProxy.Logging.ErrorLevel != nil {
996
logSettings.ErrorLevel = string(*ngfProxy.Logging.ErrorLevel)
997
0 commit comments