Skip to content

Commit

Permalink
Fix incorrect use of Doxia markup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Sep 19, 2010
1 parent b3cee75 commit 2abfbc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/apt/logging.apt
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Logging Practices
* {Wire Logging}

The wire log is used to log all data transmitted to and from servers when executing HTTP
requests. The wire log uses the {{{org.apache.http.wire}}} logging category. This log should
requests. The wire log uses the <<<org.apache.http.wire>>> logging category. This log should
only be enabled to debug problems, as it will produce an extremely large amount of log data.

* {HTTP header Logging}

Because the content of HTTP requests is usually less important for debugging than the HTTP
headers, the {{{org.apache.http.headers}}} logging category for capturing HTTP headers only.
headers, the <<<org.apache.http.headers>>> logging category for capturing HTTP headers only.

* {Configuration Examples}

Expand Down

0 comments on commit 2abfbc1

Please sign in to comment.