Skip to content

Remove debug error_log level from default F5 WAF for NGINX conf examples #1411

@ald8

Description

@ald8

It is probably better to not set the error_log to debug in our configuration examples by default.

e.g.: https://github.com/nginx/documentation/blob/main/content/waf/install/docker.md#multi-container-configuration

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.product/wafIssues related to F5 WAF for NGINX

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions