Comment 2 for bug 569514

Revision history for this message
Brian Murray (brian-murray) wrote :

One way to workaround this is to add a symlink from /var/squid/ to /var/log/squid3/access.log. It also looks to me like modifying /etc/calamaris/calamaris.conf in the following section will work:

# input-file
# input-datafile for caching, to add many files separate them with a ':'.
#
# command line argument:
# -i 'inputfile.dat' | --cache-input-file 'inputfile.dat'
#
#
# Default:
# undef($cache_input_file); # no input from cache file
#
# Usage:
# $cache_input_file= 'file1:file2:file3';