On Sat, 20 Dec 2003, David wrote: > I am wanting/wishing to log only denied requests in the access.log - not all > requests as per normal. Is there any way to do such a thing without writing > a wrapper script to prune logs daily? this is purely because I have squid > located on a firewall which I don't wish to log every request due to disk > space, IO etc.
Squid-3 (or the curstomlog patch) allows you to use acls to determine what should be logged (and where). Maybe this can be configured to do close to what you like. Regards Henrik
