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.
/*
- * $Id: diskd.cc,v 1.6 2007/04/12 23:51:57 wessels Exp $
+ * $Id: diskd.cc,v 1.7 2007/04/25 16:41:56 wessels Exp $
*
* DEBUG: section -- External DISKD process implementation.
* AUTHOR: Harvest Derived
static hash_table *hash = NULL;
static pid_t mypid;
static char *shmbuf;
-static int DebugLevel = 1;
+static int DebugLevel = 0;
static int
do_open(diomsg * r, int len, const char *buf)