You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/12/06 20:56:06 UTC

svn commit: r1548707 - /uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml

Author: challngr
Date: Fri Dec  6 19:56:06 2013
New Revision: 1548707

URL: http://svn.apache.org/r1548707
Log:
UIMA-3473 Reset jdout log level to 'info'

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml?rev=1548707&r1=1548706&r2=1548707&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/config/log4j.xml Fri Dec  6 19:56:06 2013
@@ -178,7 +178,7 @@
    </category>
 
    <category name="org.apache.uima.ducc.jd" additivity="false">
-     <priority value="debug"/>
+     <priority value="info"/>
      <appender-ref ref="jdout" />
    </category>
 
@@ -208,12 +208,12 @@
    </category>
 
    <category name="org.apache.uima.ducc.user.logs" additivity="true">
-     <priority value="debug"/>
+     <priority value="info"/>
      <appender-ref ref="jdout" /> 
    </category>
    
    <category name="org.apache.uima.ducc.user.out" additivity="true">
-     <priority value="debug"/>
+     <priority value="info"/>
      <appender-ref ref="jdout" /> 
    </category>