summaryrefslogtreecommitdiffstats
path: root/zope/F-13/zope.logrotate.in
blob: 38d865681faceb4f52f96afd6927c822055e8093 (plain)
1
2
3
4
5
6
7
8
9
10
<<INSTANCE_HOME>>/log/*.log {
    missingok
    sharedscripts
    rotate 4
    weekly
    compress
    postrotate
        <<INSTANCE_HOME>>/bin/zopectl logreopen >/dev/null 2>&1
    endscript
}