summarylogtreecommitdiffstats
path: root/cellframe-node.logrotate
blob: 410352a96ef845a6f8d54a8928593acc1fa149c2 (plain)
1
2
3
4
5
6
7
8
"/opt/cellframe-node/var/log/*.log" {
  copytruncate
  minsize 200M
  rotate 6
  compress
  missingok
  notifempty
}