]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
Bug #2063: Hide debugging messages before cache.log is opened
authorhno <>
Sun, 30 Dec 2007 01:20:22 +0000 (01:20 +0000)
committerhno <>
Sun, 30 Dec 2007 01:20:22 +0000 (01:20 +0000)
commitfb6a61d1d0eb9e58850ac288e271dca87c8d2a5d
tree1738ecefee2525d1707ac83f6eb2fea9d4f53441
parentb7ed6dbb9d9c2d8bbd65bd1a6fad009bfe226b71
Bug #2063: Hide debugging messages before cache.log is opened

various submodules tries to log informal debug messages while starting,
which ends up on stderr if these is called before cache.log is opened.

this patch changes the default debug level to 0 before cache.log is opened
only allowing critical errors to be reported on stderr.
src/cache_cf.cc
src/cf.data.pre
src/debug.cc
src/main.cc