tis 2010-03-16 klockan 11:50 -0400 skrev Mike K.: > I have gone in and uncommented the "emulate_httpd_log off" in the > sample and changed it to "emulate_http_log on". Once the change was > made, I restarted squid. Do we still have that directive? Thought it was removed when we added format specifications to access_log.. Looking, right it's still there, used if there is no format specification in access_log. What does your access_log directive say? If there is a format specification in access_log then that overrides emulate_httpd_log. emulate_httpd_log off -> access_log /path/to/access.log squid emulate_httpd_log on -> access_log /path/to/access.log common Regards Henrik