]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Obsolete log_fqdn directive
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 16 Nov 2010 05:54:47 +0000 (18:54 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 16 Nov 2010 05:54:47 +0000 (18:54 +1300)
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
src/cf.data.pre

index 1846b02e3f06e30fb65ebde057d106d65b76b8e2..d813921dc98be0a15928465a45ebcb88913ce548 100644 (file)
@@ -510,6 +510,9 @@ This section gives a thorough account of those changes in three categories:
        <tag>ignore_expect_100</tag>
        <p>Obsolete.
 
+       <tag>log_fqdn</tag>
+       <p>Obsolete. Replaced by automatic detection of the %>A logformat tag.
+
        <tag>url_rewrite_concurrency</tag>
        <p>Replaced by url_rewrite_children ... concurrency=N option.
 
index 4ad88046c24a910aa27cd9d1343360e9a3ac06cb..ce45ae609fc405d580ad123d23427b6cab053d32 100644 (file)
@@ -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