You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/06/15 02:03:05 UTC

svn commit: r954676 - /httpcomponents/httpclient/trunk/src/site/apt/logging.apt

Author: sebb
Date: Tue Jun 15 00:03:05 2010
New Revision: 954676

URL: http://svn.apache.org/viewvc?rev=954676&view=rev
Log:
Fix incorrect markup and invalid quoted link

Modified:
    httpcomponents/httpclient/trunk/src/site/apt/logging.apt

Modified: httpcomponents/httpclient/trunk/src/site/apt/logging.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/logging.apt?rev=954676&r1=954675&r2=954676&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/apt/logging.apt (original)
+++ httpcomponents/httpclient/trunk/src/site/apt/logging.apt Tue Jun 15 00:03:05 2010
@@ -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}
 
@@ -280,5 +280,5 @@ org.apache.http.client.level = FINEST
     []
     
     More detailed information is available from the
-    {{{"http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html"}
+    {{{http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html}
     Java Logging documentation}}.



Re: svn commit: r954676 - /httpcomponents/httpclient/trunk/src/site/apt/logging.apt

Posted by sebb AT ASF <se...@apache.org>.
On 15/06/2010, sebb@apache.org <se...@apache.org> wrote:
> Author: sebb
>  Date: Tue Jun 15 00:03:05 2010
>  New Revision: 954676
>
>  URL: http://svn.apache.org/viewvc?rev=954676&view=rev
>  Log:
>  Fix incorrect markup and invalid quoted link

Note: I've fixed these on the website manually.

>
>  Modified:
>     httpcomponents/httpclient/trunk/src/site/apt/logging.apt
>
>  Modified: httpcomponents/httpclient/trunk/src/site/apt/logging.apt
>  URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/apt/logging.apt?rev=954676&r1=954675&r2=954676&view=diff
>  ==============================================================================
>  --- httpcomponents/httpclient/trunk/src/site/apt/logging.apt (original)
>  +++ httpcomponents/httpclient/trunk/src/site/apt/logging.apt Tue Jun 15 00:03:05 2010
>  @@ -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}
>
>  @@ -280,5 +280,5 @@ org.apache.http.client.level = FINEST
>      []
>
>      More detailed information is available from the
>  -    {{{"http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html"}
>  +    {{{http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html}
>      Java Logging documentation}}.
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org