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

13 lines
236 B
Plaintext

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