From: hno <> Date: Tue, 18 Jun 2002 16:54:17 +0000 (+0000) Subject: buffered_log commend update by Guido X-Git-Tag: SQUID_3_0_PRE1~968 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d44788b129b6c9b07baaa9291be10d1eb2b8bfe;p=thirdparty%2Fsquid.git buffered_log commend update by Guido --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 6ff105d1aa..f326c042e1 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.261 2002/06/13 17:04:18 hno Exp $ +# $Id: cf.data.pre,v 1.262 2002/06/18 10:54:17 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -2846,11 +2846,11 @@ TYPE: onoff DEFAULT: off LOC: Config.onoff.buffered_logs DOC_START - Some log files (cache.log, useragent.log) are written with - stdio functions, and as such they can be buffered or - unbuffered. By default they will be unbuffered. Buffering them - can speed up the writing slightly (though you are unlikely to - need to worry). + cache.log log file is written with stdio functions, and as such + it can be buffered or unbuffered. By default it will be unbuffered. + Buffering it can speed up the writing slightly (though you are + unlikely to need to worry unless you run with tons of debugging + enabled in which case performance will suffer badly anyway..). DOC_END NAME: reload_into_ims