Files
server/etc/logrotate.d/apt
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

17 lines
173 B
Plaintext

/var/log/apt/term.log {
rotate 12
monthly
compress
missingok
notifempty
}
/var/log/apt/history.log {
rotate 12
monthly
compress
missingok
notifempty
}