Author: dklco
Date: Sun Apr 28 00:02:11 2013
New Revision: 1476698
URL: http://svn.apache.org/r1476698
Log:
Fixing an incorrect anchor link on the Client Request Logging page
Modified:
sling/site/trunk/content/documentation/development/client-request-logging.mdtext
Modified:
sling/site/trunk/content/documentation/development/client-request-logging.mdtext
URL:
http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/client-request-logging.mdtext?rev=1476698&r1=1476697&r2=1476698&view=diff
==============================================================================
---
sling/site/trunk/content/documentation/development/client-request-logging.mdtext
(original)
+++
sling/site/trunk/content/documentation/development/client-request-logging.mdtext
Sun Apr 28 00:02:11 2013
@@ -11,7 +11,7 @@ In the Sling Web Console locate the Conf
| Parameter | Name | Default | Description |
|--|--|--|--|
| Request Log Name | `request.log.output` | Name of the destination for the
request log. The request log logs the entry and exit of each request into and
out of the system together with the entry time, exit time, time to process the
request, a request counter as well as the final status code and response
content type. In terms of Request Logger Service formats, request entry is
logged with the format `%t \[%R\] \-> %m %U%q %H` and request exit is logged
with the format `%\{end}t \[%R] <\- %s %\{Content-Type}o %Dms` (See [#Log
Format Specification] below for the specification of the format). |
-| Request Log Type | `request.log.outputtype` | Type of Logger named with the
Logger Name parameter. See [Log Output](#Log Output) below |
+| Request Log Type | `request.log.outputtype` | Type of Logger named with the
Logger Name parameter. See [Log Output](#log-output) below |
| Enable Request Log | `request.log.enabled` | Whether to enable Request
logging or not. |
| Access Log Name | `access.log.output` | Name of the destination for the
access log. The access log writes an entry for each request as the request
terminates using the NCSA extended/combined log format. In terms of Request
Logger Service formats the access log is written with the format `%h %l %u %t
"%r" %>s %b "%\{Referer}i" "%\{User-Agent}i"` (See [Log Format
Specification](#log-format-specification) below for the specification of the
format). |
| Access Log Type | `access.log.outputtype` | Type of Logger named with the
Logger Name parameter. See [Log Output](#log-output) below |