[squid-users] How to set human readable date and time in logs

2008-05-14 Thread Eriberto
Hi! I need to set Squid to show comprehensible date and time in logs (contrary to epoc). I use "emulate_httpd_log on". It worked formerly. But, how to set it now? Regards, Eriberto - Brazil

Re: [squid-users] How to set human readable date and time in logs

2008-05-14 Thread Leonardo Rodrigues Magalhães
You dont want to do that. Changing time format directly on the logs would break every single log parser solution you pretend to use, as all of them are waiting epoch times. Convert it to human readable format when you need. http://wiki.squid-cache.org/SquidFaq/SquidLogs#head-de3451935

Re: [squid-users] How to set human readable date and time in logs

2008-05-15 Thread Henrik Nordstrom
On ons, 2008-05-14 at 11:21 -0300, Eriberto wrote: > I need to set Squid to show comprehensible date and time in logs > (contrary to epoc). I use "emulate_httpd_log on". It worked formerly. > But, how to set it now? access_log /usr/local/squid/var/logs/access.log common Regards Henrik