DIH handler - when using threads=2 the default logging is set too high
----------------------------------------------------------------------
Key: SOLR-2644
URL: https://issues.apache.org/jira/browse/SOLR-2644
Project: Solr
Issue Type: Bug
Components: contrib - DataImportHandler
Affects Versions: 3.3
Reporter: Bill Bell
Setting threads parameter in DIH handler, every add outputs to the log in INFO
level.
The only current solution is to set the following in log4j.properties:
log4j.rootCategory=INFO, logfile
log4j.logger.org.apache.solr.handler.dataimport.DocBuilder=FATAL
log4j.logger.org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper=FATAL
These 2 log messages need to be changed to > INFO.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]