On 15/06/2010, s...@apache.org <s...@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-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org