From: Henrik Nordstrom Date: Sat, 26 Jun 2010 01:18:17 +0000 (+0200) Subject: Document logfile_daemon data format X-Git-Tag: SQUID_3_2_0_1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b24caf6839fc8429b2e2571e9171d7c642a419;p=thirdparty%2Fsquid.git Document logfile_daemon data format copied from helpers/log_daemon/file/log_file_daemon.cc --- diff --git a/src/cf.data.pre b/src/cf.data.pre index ee4246d5d8..b7300e91a3 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2852,6 +2852,17 @@ LOC: Log::TheConfig.logfile_daemon DOC_START Specify the path to the logfile-writing daemon. This daemon is used to write the access and store logs, if configured. + + Squid sends a number of commands to the log daemon: + L\n - logfile data + R\n - rotate file + T\n - truncate file + O\n - repoen file + F\n - flush file + r\n - set rotate count to + b\n - 1 = buffer output, 0 = don't buffer output + + No responses is expected. DOC_END NAME: log_access