]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cf.data.pre
Deprecate log_icap and log_access configuration directives
[thirdparty/squid.git] / src / cf.data.pre
index 43a837e7f848cfce928be333096166646c693968..5fdbf615c5d5e9143d1027baa1acac18c3b0b7d6 100644 (file)
@@ -4046,31 +4046,31 @@ DOC_START
 DOC_END
 
 NAME: log_access
+TYPE: obsolete
+DOC_START
+       Remove this line. Use acls with access_log directives to control access logging
+DOC_END
+
+NAME: log_icap
+TYPE: obsolete
+DOC_START
+       Remove this line. Use acls with icap_log directives to control icap logging
+DOC_END
+
+NAME: stats_collection
 TYPE: acl_access
-LOC: Config.accessList.log
+LOC: Config.accessList.stats_collection
 DEFAULT: none
 DEFAULT_DOC: Allow logging for all transactions.
 COMMENT: allow|deny acl acl...
 DOC_START
-       This options allows you to control which requests gets logged
-       to access.log (see access_log directive). Requests denied for
-       logging will also not be accounted for in performance counters.
+       This options allows you to control which requests gets accounted
+       in performance counters.
 
        This clause only supports fast acl types.
        See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.
 DOC_END
 
-NAME: log_icap
-TYPE: acl_access
-IFDEF: ICAP_CLIENT
-LOC: Config.accessList.icap
-DEFAULT: none
-DEFAULT_DOC: Allow logging for all ICAP transactions.
-DOC_START
-       This options allows you to control which requests get logged
-       to icap.log. See the icap_log directive for ICAP log details.
-DOC_END
-
 NAME: cache_store_log
 TYPE: string
 DEFAULT: none