How to collect logs from Squid
To collect log events from Squid, activate the logging of events at site level.
Add the following row in the Squid configuration file (which can be found at /etc/squid/squid.conf):
access_log udp://10.10.10.10:5140 squid //use this line with your own CYBERQUEST IP address
The example above fits Ubuntu and Debian operating systems.