olegk       2003/03/16 03:26:12

  Modified:    httpclient/xdocs logging.xml
  Log:
  Logging guide fix
  
  Contributed by Oleg Kalnichevski
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-commons/httpclient/xdocs/logging.xml
  
  Index: logging.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/logging.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- logging.xml       26 Jan 2003 16:36:24 -0000      1.9
  +++ logging.xml       16 Mar 2003 11:26:12 -0000      1.10
  @@ -56,7 +56,7 @@
               <blockquote>
                System.setProperty("org.apache.commons.logging.Log", 
"org.apache.commons.logging.impl.SimpleLog");<br />
                
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");<br />
  -             
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire ", 
"debug");<br />
  +             
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", 
"debug");<br />
                
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
 "trace");<br />
               </blockquote>
            </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to