diff --git a/content/waf/logging/logs-overview.md b/content/waf/logging/logs-overview.md index 90b41f3c1..dabd40153 100644 --- a/content/waf/logging/logs-overview.md +++ b/content/waf/logging/logs-overview.md @@ -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 { @@ -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; -``` \ No newline at end of file +```