]> git.saurik.com Git - apt.git/blob - debian/apt.logrotate
test/integration/test-essential-force-loopbreak: fix on non-amd64 systems
[apt.git] / debian / apt.logrotate
1 /var/log/apt/term.log {
2 rotate 12
3 monthly
4 compress
5 missingok
6 notifempty
7 }
8
9 /var/log/apt/history.log {
10 rotate 12
11 monthly
12 compress
13 missingok
14 notifempty
15 }
16