You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2003/06/25 11:45:01 UTC

cvs commit: jakarta-commons/httpclient/xdocs logging.xml

oglueck     2003/06/25 02:45:00

  Modified:    httpclient/xdocs logging.xml
  Log:
  reduce log detail for most common use
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- logging.xml	16 Mar 2003 11:26:12 -0000	1.10
  +++ logging.xml	25 Jun 2003 09:45:00 -0000	1.11
  @@ -57,7 +57,7 @@
                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.org.apache.commons.httpclient", "trace");<br />
  +             System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "debug");<br />
               </blockquote>
            </p>
         </section>
  
  
  

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