[4.1] 1daa0c2 Specify the full path of the logs

Federico G. Schwindt fgsch at lodoss.net
Fri Sep 4 15:54:54 CEST 2015


commit 1daa0c20bac4cf2ca9d0de0ba39d6646b3e46e37
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Aug 7 16:53:56 2015 +0100

    Specify the full path of the logs
    
    This makes it easier to run multiple instances, each one writing to
    different files.

diff --git a/redhat/varnish.logrotate b/redhat/varnish.logrotate
index 535614d..f214d1b 100644
--- a/redhat/varnish.logrotate
+++ b/redhat/varnish.logrotate
@@ -1,4 +1,4 @@
-/var/log/varnish/*.log {
+/var/log/varnish/varnish.log /var/log/varnish/varnishncsa.log {
     missingok
     notifempty
     sharedscripts



More information about the varnish-commit mailing list