diff options
Diffstat (limited to 'testing/varnish/varnishd.logrotate')
-rw-r--r-- | testing/varnish/varnishd.logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/varnish/varnishd.logrotate b/testing/varnish/varnishd.logrotate new file mode 100644 index 0000000000..62ee60007a --- /dev/null +++ b/testing/varnish/varnishd.logrotate @@ -0,0 +1,9 @@ +/var/log/varnish/*.log { + weekly + rotate 10 + copytruncate + delaycompress + compress + notifempty + missingok +} |