From 0eb636a0d43dc07b6a1d81383bd0971a782ab2ff Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Tue, 9 Jun 2015 20:20:44 +0200 Subject: [PATCH] Change the message saying there is a limit to the number of access_log There is no fixed limit on the number of access_log that can be used in sarg.conf or on the command line except for the available memory. --- sarg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarg.conf b/sarg.conf index 5a32ffc..76ada77 100644 --- a/sarg.conf +++ b/sarg.conf @@ -3,7 +3,7 @@ # TAG: access_log file # Where is the access.log file # -# This option can be repeated up to 256 times to list rotated files or +# This option can be repeated multiple times to list rotated files or # files from different sources. # # The files named here must exists or sarg aborts. It is intended as a -- 2.47.3