feat: Configurable number of rotated log files (#3907)

This commit is contained in:
Dominic Germain 2024-02-28 09:34:30 -05:00 committed by GitHub
parent 2c1faa7244
commit 512f39c7eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 23 additions and 2 deletions

View file

@ -109,7 +109,7 @@ function __rspamd__setup_logfile() {
compress
copytruncate
delaycompress
rotate 4
rotate ${LOGROTATE_COUNT}
${LOGROTATE_INTERVAL}
}
EOF