From 401f9c39ae02f1276b0d359d5e2f360c3e8f24b7 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 12 May 2026 08:19:00 +0200 Subject: [PATCH] config/example: extend for log on_notice_condition --- config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config b/config index 77fe4805..59888a99 100644 --- a/config +++ b/config @@ -397,6 +397,18 @@ # Log response content on level=debug #response_content_on_debug = False +# Log request header on level=notice with condition +#request_header_on_notice_condition = {} + +# Log request content on level=notice with condition +#request_content_on_notice_condition = {} + +# Log response header on level=notice with condition +#response_header_on_notice_condition = {} + +# Log response content on level=notice with condition +#response_content_on_notice_condition = {} + # Log rights rule which doesn't match on level=debug #rights_rule_doesnt_match_on_debug = False