Hi squid membersHow can i disable buffering logs to send them to a UDP receiver
daemon?I want to get logs immediately without buffering them with squid!
I checked before and my daemon I/O is OK and gets logs immediately, when i
reload squid it send logs to my daemon but it get some time to send
Hi Amos,
I have updated the config files with the changes you suggested.
*cat /var/spool/squid-1.conf*
http_port 3128
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918