Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/waf/logging/logs-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ F5 WAF for NGINX supports logrotate. It is typically run periodically using a cr

If your system has logrotate available, F5 WAF for NGINX log files will rotate automatically based on the default configuration file.

The default logrotate configuration file is `/var/log/app_protect/*.log`:
The default logrotate configuration file is `/etc/logrotate.d`:

```none
{
Expand Down Expand Up @@ -131,4 +131,4 @@ To output security logs to the `/var/log/app_protect/` folder, update `/etc/ngin
```nginx
app_protect_security_log_enable on;
app_protect_security_log "/opt/app_protect/share/defaults/log_illegal.json" /var/log/app_protect/security.log;
```
```