]> git.ipfire.org Git - thirdparty/squid.git/commit
Change diskd default DebugLevel to 0
authorwessels <>
Wed, 25 Apr 2007 22:41:56 +0000 (22:41 +0000)
committerwessels <>
Wed, 25 Apr 2007 22:41:56 +0000 (22:41 +0000)
commit4606929410b87a8c4f5ae71c3daf4a6dd3ebdac3
tree1a3bd840673de31f28e7d89b04020458ad5ae54c
parent56df00807132cf76a746b56217a9cf27d60803a5
Change diskd default DebugLevel to 0

At DebugLevel = 1, diskd prints "errors" to cache.log when operations
such as open, read, and unlink fail.  These "errors" are not fatal.
In fact, some are to be expected due to the asynchronous nature of
diskd.  The upper layers of Squid are designed to handle these
"errors" gracefully.  They should not be in the log by default
because naive users may report them as bugs.
src/DiskIO/DiskDaemon/diskd.cc