On Thu, 30 Jun 2005, Marendra Nutriaji wrote:
If I run squid using -s , it will be level 0 log only. How can I make all level redirected to syslog?
It does log all levels to syslog. level 0 is logged at LOG_WARNING level, the rest at LOG_NOTICE.
Only the levels set to be logged by debug_options is logged at all.
My final purpose is redirect all squid activities in syslog, and syslog will forward it to another machine. Anyone know how can I do that
The custom log patch (and Squid-3) supports access logging via syslog. Regards Henrik