From: Frédéric Marchal Date: Wed, 29 Aug 2012 05:47:46 +0000 (+0200) Subject: Tell in sarg.conf that access_log can be repeated X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f74970b1abc8d5eef7ee4e09b806806a386c51ef;p=thirdparty%2Fsarg.git Tell in sarg.conf that access_log can be repeated The possibility of repeating access_log to read more than one log file was not documented. It is now documented in sarg.conf. --- diff --git a/sarg.conf b/sarg.conf index d4a8f67..bc17892 100644 --- a/sarg.conf +++ b/sarg.conf @@ -2,7 +2,16 @@ # # TAG: access_log file # Where is the access.log file -# sarg -l file +# +# This option can be repeated up to 256 times to list rotated files or +# files from different sources. +# +# The files named here must exists or sarg aborts. It is intended as a +# safety against incomplete reporting due to problems occuring with the +# logs. +# +# If some files are passed on the command line with "sarg -l file" or +# "sarg file", the files listed here are ignored. # #access_log /usr/local/squid/var/logs/access.log