File: watcher-common.logrotate

package info (click to toggle)
watcher 15.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,216 kB
  • sloc: python: 52,260; xml: 323; sh: 299; makefile: 78
file content (8 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
/var/log/watcher/*.log {
    daily
    missingok
    compress
    delaycompress
    notifempty
    copytruncate
}