On 23.02.2012 06:54, Mohsen Saeedi wrote:
Hi I want to log server FQDN instead of server ip. i wrote new logformat with %<A but in squid 3.1 it write just server ip to access_log. I tested it with squid 3.2 and everythings work like as charm.
3.1 and older %<A meant "server IP, FQDN or peer name" and required log_fqdn ON to log the FQDN.
3.2 log_fqdn is obsolete and %<A is always the textual label for the server (FQDN or peer name)
Amos