Files
OSIT-AE-Docker-Env/conf/logrotate.conf

13 lines
215 B
Plaintext

# Logrotate configuration for Aether Docker Logs (Internal container version)
/logs/*/*.log
/logs/web/*/*.log {
daily
rotate 7
missingok
notifempty
compress
delaycompress
copytruncate
}