]> git.pld-linux.org Git - packages/Zope.git/blobdiff - Zope.logrotate
- multiple instances support
[packages/Zope.git] / Zope.logrotate
index dfe396416ab0b58e961780171f02e7dcdfb13226..ddaef077ff892c78070c7e8bb3f3fc416653eabd 100644 (file)
@@ -1,4 +1,10 @@
-/var/log/zope {
+/var/log/zope/main.log {
+       postrotate
+               /etc/rc.d/init.d/zope reload >/dev/null 2>&1
+       endscript
+}
+
+/var/log/zope/main-detailed.log {
        postrotate
                /etc/rc.d/init.d/zope reload >/dev/null 2>&1
        endscript
This page took 0.05611 seconds and 4 git commands to generate.