From f862751e7b556d039cd03b0d294b53f2445664ce Mon Sep 17 00:00:00 2001 From: mkochano Date: Sat, 2 Sep 2000 23:44:58 +0000 Subject: [PATCH] - Corrected name of newest logfile (PLD uses 'delaycompress'). - Cosmetics. Changed files: calamaris.sysconfig -> 1.4 --- calamaris.sysconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/calamaris.sysconfig b/calamaris.sysconfig index e441981..a1d5ab4 100644 --- a/calamaris.sysconfig +++ b/calamaris.sysconfig @@ -46,9 +46,10 @@ # Logs to parse in order to create daily stats. Because of asumption that # this script is run *after* logrotate, log file is already compressed and -# gzipped. Remember to not use any quotation if you want to use shell globs. +# gzipped. PLD uses delayed compression. This means that newest log file +# isn't compressed. # There is no default. You have to put something here. -DAILY_FILES="/var/log/archiv/squid/access.log.1.gz" +DAILY_FILES="/var/log/archiv/squid/access.log.1" # Where to save daily stats. Ignored if DAILY_ACTION doesn't contain "save". # There is no default. You have to put something here. @@ -61,8 +62,8 @@ DAILY_SAVE_AS="/home/httpd/html/cache_log/daily.html" # Logs to parse in order to create weekly stats. Because of asumption that # this script is run *after* logrotate, all log files are already compressed -# and gzipped. Remember to not use any quotation if you want to use shell -# globs. There is no default. You have to put something here. +# and gzipped. +# There is no default. You have to put something here. WEEKLY_FILES=/var/log/archiv/squid/access.log.{7,6,5,4,3,2,1}* # Where to save weekly stats. Ignored if WEEKLY_ACTION doesn't contain "save". -- 2.43.0