Update monolog configuration and extend logrotate for notifier logs

Revised `monolog.yaml` to add a new "notifier" channel, updated handlers, and adjusted log settings. Extended logrotate configuration to include rotation rules for notifier logs, ensuring proper log management.
This commit is contained in:
2025-10-27 15:55:46 +01:00
parent 4cef67a91d
commit 789a3229e5
2 changed files with 40 additions and 18 deletions

View File

@@ -14,4 +14,13 @@
compress
missingok
notifempty
}
}
/var/log/apt/notifier-*.log {
su php-fpm php-fpm
rotate 800
daily
compress
missingok
notifempty
}