summaryrefslogtreecommitdiff
path: root/debian/apt.logrotate
blob: dfb06db2e09959f56cd970e51d29ad0db1ae0608 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/var/log/apt/term.log {
  rotate 6
  monthly
  compress
  missingok
  notifempty
}

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