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