You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2015/07/16 13:30:15 UTC

svn commit: r1691368 - /stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties

Author: rwesten
Date: Thu Jul 16 11:30:15 2015
New Revision: 1691368

URL: http://svn.apache.org/r1691368
Log:
minor: changed logging config for the indexing tool so that it does not print solrtexttagger WARN level loggings

Modified:
    stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties

Modified: stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties?rev=1691368&r1=1691367&r2=1691368&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/log4j.properties Thu Jul 16 11:30:15 2015
@@ -24,4 +24,6 @@ log4j.appender.A1.layout.ConversionPatte
 # however log also INFO messages of the indexing components
 log4j.logger.org.apache.stanbol.entityhub.indexing=INFO
 # for loggings during importing RDF data
-log4j.logger.com.hp.hpl.jena=INFO
\ No newline at end of file
+log4j.logger.com.hp.hpl.jena=INFO
+#solrtexttagger is very verbose (even on WARN level)
+log4j.logger.org.opensextant.solrtexttagger=ERROR
\ No newline at end of file