On fre, 2007-08-17 at 10:53 -0300, c0re dumped wrote: > Hello guys, > > Hi would like to log to both: syslog on a remote machine AND > /var/log/access.log. > > Is that possible ? > > In my squid squid.conf i seted it up: > > access_log /squid/var/logs/access.log squid > access_log syslog squid Looks fine to me, but you probabl need to specify the facility if you want to use local4, the default is daemon I think. access_log syslog:LOG_LOCAL4 squid Regards Henrik