diff --git a/e2e/envoy-config.yaml b/e2e/envoy-config.yaml index 53faa31f5a36..27216ef65ae5 100644 --- a/e2e/envoy-config.yaml +++ b/e2e/envoy-config.yaml @@ -31,7 +31,7 @@ static_resources: "@type": "type.googleapis.com/google.protobuf.StringValue" value: | { - "rules":"SecDebugLogLevel 5 \nSecDebugLog modsec.log \nSecRuleEngine On \nSecRule REQUEST_URI \"@streq /admin\" \"id:101,phase:1,t:lowercase,deny\"" + "rules":"SecRuleEngine On \nSecRule REQUEST_URI \"@streq /admin\" \"id:101,phase:1,t:lowercase,deny\"" } vm_config: runtime: "envoy.wasm.runtime.v8"