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 2015/10/01 19:12:41 UTC

svn commit: r1706294 - /uima/sandbox/uima-ducc/trunk/src/main/resources/log4j.xml

Author: challngr
Date: Thu Oct  1 17:12:40 2015
New Revision: 1706294

URL: http://svn.apache.org/viewvc?rev=1706294&view=rev
Log:
UIMA-4627 Increase camel log level to warn.

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

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/log4j.xml?rev=1706294&r1=1706293&r2=1706294&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/log4j.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/log4j.xml Thu Oct  1 17:12:40 2015
@@ -250,11 +250,11 @@
    </category>
    
    <category name="org.apache.camel.impl.converter">
-     <priority value="off"/>
+     <priority value="warn"/>
    </category>
 
    <category name="org.apache.camel">
-     <priority value="off"/>
+     <priority value="warn"/>
    </category>
 
    <category name="org.apache.uima.ducc.cli" additivity="false">