You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by sv...@apache.org on 2005/02/10 04:56:36 UTC

cvs commit: ws-juddi/src/java log4j.xml

sviens      2005/02/09 19:56:36

  Modified:    src/java log4j.xml
  Log:
  Turned off Log4j debugging. Log4j will no longer send debug statements to System.out.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-juddi/src/java/log4j.xml
  
  Index: log4j.xml
  ===================================================================
  RCS file: /home/cvs/ws-juddi/src/java/log4j.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log4j.xml	29 Jan 2005 01:29:53 -0000	1.1
  +++ log4j.xml	10 Feb 2005 03:56:36 -0000	1.2
  @@ -4,7 +4,7 @@
             "log4j.dtd">
   
   <log4j:configuration 
  -	 debug="true"
  +	 debug="false"
   	 xmlns:log4j="http://jakarta.apache.org/log4j/"
   	 threshold="info">