chore: unify timezone and implement containerized log rotation
This commit is contained in:
@@ -1 +1,2 @@
|
||||
55 * * * * bash /scripts/backup_internal.sh >> /logs/backup_cron.log 2>&1
|
||||
0 0 * * * /usr/sbin/logrotate /etc/logrotate.conf
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# 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
|
||||
# Logrotate configuration for Aether Docker Logs (Internal container version)
|
||||
|
||||
/home/scott/OSIT_dev/aether_container_env/logs/*/*.log {
|
||||
/logs/*/*.log
|
||||
/logs/web/*/*.log {
|
||||
daily
|
||||
rotate 7
|
||||
missingok
|
||||
|
||||
Reference in New Issue
Block a user