13 lines
316 B
Plaintext
13 lines
316 B
Plaintext
# Logrotate configuration for Aether Docker Logs
|
|
# To use: sudo ln -s /home/scott/OSIT_dev/aether_container_env/conf/logrotate.conf /etc/logrotate.d/aether
|
|
|
|
/home/scott/OSIT_dev/aether_container_env/logs/*/*.log {
|
|
daily
|
|
rotate 7
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
copytruncate
|
|
}
|