Skip to content

Commit 20ba131

Browse files
authored
fix: Change logrotate config file path in logs-overview.md (#1270)
Updated the default logrotate configuration file path for F5 WAF for NGINX.
1 parent f075bbd commit 20ba131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/waf/logging/logs-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ F5 WAF for NGINX supports logrotate. It is typically run periodically using a cr
101101

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

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

106106
```none
107107
{
@@ -131,4 +131,4 @@ To output security logs to the `/var/log/app_protect/` folder, update `/etc/ngin
131131
```nginx
132132
app_protect_security_log_enable on;
133133
app_protect_security_log "/opt/app_protect/share/defaults/log_illegal.json" /var/log/app_protect/security.log;
134-
```
134+
```

0 commit comments

Comments
 (0)