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

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