You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2015/10/06 19:41:07 UTC

svn commit: r1707095 - /uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/resources/log4j.xml

Author: burn
Date: Tue Oct  6 17:41:07 2015
New Revision: 1707095

URL: http://svn.apache.org/viewvc?rev=1707095&view=rev
Log:
Back out UIMA-4627 - log levels were correct in 2.0

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

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/resources/log4j.xml?rev=1707095&r1=1707094&r2=1707095&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/resources/log4j.xml (original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/src/main/resources/log4j.xml Tue Oct  6 17:41:07 2015
@@ -203,7 +203,7 @@
    </category>
    
    <category name="org.apache.camel.impl.converter">
-     <priority value="warn"/>
+     <priority value="error"/>
    </category>
 
    <category name="org.apache.uima.ducc.cli" additivity="false">