I am using 2.5-STABLE12, is this supported in this version, or must I
upgrade?
Thank you,
.vp
From: "Korell, Doug" <DKorell@xxxxxxxx>
My complete line is (without quotes):
logformat squid %{%m/%d/%Y %H:%M:%S}tl %un %>A %>a %Ss
%ru
I didn't need all the information the default had and I wanted it tab
delimited. Then the access_log line references squid for the format.
-----Original Message-----
Hello Doug;
So, your line in squid.conf looks like:
logformat "%{%m/%d/%Y %H:%M:%S}tl"
or
logformat Squid "%{%m/%d/%Y %H:%M:%S}tl"
Thank you in advance,
.vp
>From: "Korell, Doug" <DKorell@xxxxxxxx>
>Under logformat in squid.conf, I use "%{%m/%d/%Y %H:%M:%S}tl" which
>will format into localtime. No need then to convert from GMT.
>
>It will look like this: 04/03/2007 07:46:31
>
>
>
>-----Original Message-----
>Hello;
>
>I find it difficult to correlate data from my access.log, which starts
>off with something like this:
>
>1175633093.114
>
>How can I change "log_access?" into something in EST or a time format
>that others, myself included, can read?
>
>Thank you,
>
>.vp