From f74970b1abc8d5eef7ee4e09b806806a386c51ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Wed, 29 Aug 2012 07:47:46 +0200 Subject: [PATCH] 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. --- sarg.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.47.3