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 2013/10/09 15:13:48 UTC

svn commit: r1530594 - in /stanbol/trunk/entityhub/indexing: dblp/src/main/resources/log4j.properties dbpedia/src/main/resources/log4j.properties

Author: rwesten
Date: Wed Oct  9 13:13:48 2013
New Revision: 1530594

URL: http://svn.apache.org/r1530594
Log:
STANBOL-1167: set FST model creation log level to ERROR

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

Modified: stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties?rev=1530594&r1=1530593&r2=1530594&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties (original)
+++ stanbol/trunk/entityhub/indexing/dblp/src/main/resources/log4j.properties Wed Oct  9 13:13:48 2013
@@ -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
+# do not show warnings for building FST modles
+log4j.logger.org.opensextant.solrtexttagger=ERROR
\ No newline at end of file

Modified: stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/log4j.properties?rev=1530594&r1=1530593&r2=1530594&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/log4j.properties (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/log4j.properties Wed Oct  9 13:13:48 2013
@@ -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
+# do not show warnings for building FST modles
+log4j.logger.org.opensextant.solrtexttagger=ERROR
\ No newline at end of file