On Wed, 04 May 2011 13:34:01 -0400, Farokh Irani wrote:
I've got the following entry in my squid.conf file:
logformat ourlogformat %tl %>a %Ss/%03>Hs %<st %rm %ru %un %Sh/%<A
%mt
But the access.log entries look like this:
1304530209.280 2765 x.x.x.x TCP_MISS/200 306 POST https://xxxxx? -
DIRECT/x.x.x.x text/html
It doesn't seem to be using the logformat I specified, and I'm not
sure why.
Any ideas?
Did you use it to format that output file?
access_log /path/to/file ourformat
http://www.squid-cache.org/Doc/config/access_log/
Amos