Re: access logs

From: Francois Renou <francois.renou@dont-contact.us>
Date: Thu, 04 Dec 1997 10:35:08 -0800

Bill Petersen wrote:
>
> Has anyone modified squid to log using syslog rather than
> to its own file? This would make saving the logs to another machine
> simple.
>
> Bill
>
> ------------------------------------------------------------------------
> Bill Petersen email: brp@dsccc.com
> UNIX System, Web, Firewall, and Email Admin voice: 972-519-4249
> Technical Services, DSC Communications Corp, Plano, Texas
> ------------------------------------------------------------------------
> Communication, its one of those things we take for granted...
> ------------------------------------------------------------------------
Hello
I use the syslog and the log files.
To enable syslog I modified (very small modification!) the debug.c :
I commented the " if (level == 0 && opt_syslog_enable)" line
and added " syslog(LOG_ERR, "%s", tmpbuf);" after " tmpbuf[1023] =
'\0';".

Maybe it's not very clean but it's OK for me.
Don't forget to run squid with the -s option

HTH
Received on Thu Dec 04 1997 - 01:40:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:37:50 MST