From c581e96b602d520e534364956b4ad4c2d731862a Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 16 Nov 2010 18:54:47 +1300 Subject: [PATCH] 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. --- doc/release-notes/release-3.2.sgml | 3 +++ src/cf.data.pre | 11 ++--------- 2 files changed, 5 insertions(+), 9 deletions(-) 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 -- 2.39.5