diff options
author | Joshua Slive <slive@apache.org> | 2002-08-23 17:29:21 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-08-23 17:29:21 +0200 |
commit | dba70a7a2d14cb20dbf79577855197e315d62a99 (patch) | |
tree | 5529631613d661f65a966751830bfb9ddef11b22 /docs/manual/mod/mod_log_config.xml | |
parent | Hall of blame update. (diff) | |
download | apache2-dba70a7a2d14cb20dbf79577855197e315d62a99.tar.xz apache2-dba70a7a2d14cb20dbf79577855197e315d62a99.zip |
Note that nicknames can't be recursively defined.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 460ce0e7a4..294789e64d 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -313,6 +313,7 @@ Conditional logging available in 1.3.5 or later.</compatibility> <description>Describes a format for use in a log file</description> <syntax>LogFormat <em>format</em>|<em>nickname</em> [<em>nickname</em>]</syntax> +<default>LogFormat "%h %l %u %t \"%r\" %>s %b"</default> <contextlist><context>server config</context><context>virtual host</context></contextlist> <compatibility>Nickname only available in Apache 1.3 or later. @@ -340,11 +341,13 @@ host</context></contextlist> <directive>CustomLog</directive> directives rather than repeating the entire format string. A <directive>LogFormat</directive> - directive which defines a nickname <strong>does nothing + directive that defines a nickname <strong>does nothing else</strong> -- that is, it <em>only</em> defines the nickname, it doesn't actually apply the format and make it the default. Therefore, it will not affect subsequent - <directive>TransferLog</directive> directives.</p> + <directive>TransferLog</directive> directives. In addition, + <directive>TransferLog</directive> cannot use one nickname + to define another nickname.</p> <p>For example:</p> |