generated from nginx/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Copy link
Labels
P3 - Normal (TTR: 1 month)Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.product/wafIssues related to F5 WAF for NGINXIssues related to F5 WAF for NGINX
Description
It is probably better to not set the error_log to debug in our configuration examples by default.
For example:
Change this:
error_log /var/log/nginx/error.log debug;to this:
error_log /var/log/nginx/error.log warn;Alternatively, we can omit the log level, allowing the default level - error.
Metadata
Metadata
Assignees
Labels
P3 - Normal (TTR: 1 month)Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.Request to address missing, unclear, or inaccurate content. Doesn't block tasks or cause complaints.product/wafIssues related to F5 WAF for NGINXIssues related to F5 WAF for NGINX