From: Amos Jeffries Date: Tue, 16 Nov 2010 05:54:47 +0000 (+1300) Subject: Obsolete log_fqdn directive X-Git-Tag: take1~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c581e96;p=thirdparty%2Fsquid.git Obsolete log_fqdn directive It has been informally deprecated for a while now, the %>A logformat equivalent turns the global config setting on automatically on sight. --- diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index 1846b02e3f..d813921dc9 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -510,6 +510,9 @@ This section gives a thorough account of those changes in three categories: ignore_expect_100

Obsolete. + log_fqdn +

Obsolete. Replaced by automatic detection of the %>A logformat tag. + url_rewrite_concurrency

Replaced by url_rewrite_children ... concurrency=N option. diff --git a/src/cf.data.pre b/src/cf.data.pre index 4ad88046c2..ce45ae609f 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3228,16 +3228,9 @@ DOC_START DOC_END NAME: log_fqdn -COMMENT: on|off -TYPE: onoff -DEFAULT: off -LOC: Config.onoff.log_fqdn +TYPE: obsolete DOC_START - Turn this on if you wish to log fully qualified domain names - in the access.log. To do this Squid does a DNS lookup of all - IP's connecting to it. This can (in some situations) increase - latency, which makes your cache seem slower for interactive - browsing. + Remove this option from your config. To log FQDN use %>A in the log format. DOC_END NAME: client_netmask