13 lines
236 B
Plaintext
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
|
|
}
|