Andreas Moroder wrote:
> ./squid -d 4 -sYD -X 2>deb
>
> but the message i found int the sources
>
> checklist->state[ACL_PROXY_AUTH] = ACL_LOOKUP_DONE;
> debug(28, 4) ("aclLookupProxyAuthDone: result = %s\n",
> result ? result : "NULL");
>
> does newer appear in the log
The -d argument only level only specifies the filter level for echoing
cache.log to stdout.
-X only controls the debug level during startup until squid.conf is
parsed.
To control the runtime debug level, see debug_options in squid.conf.
debug_options ALL,1 28,4
Then start Squid wihtout any command line debug options, and see
logs/cache.log for the desired debug output.
An alternative to setting debug options in squid.conf is to start Squid
as normal, and then when you want debug tracing run "squid -k debug" to
toggle full debug tracing on/off.
-- Henrik Nordstrom Squid HackerReceived on Sun Mar 26 2000 - 02:45:02 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:52:24 MST