[
https://issues.apache.org/jira/browse/SOLR-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062824#comment-13062824
]
Bill Bell commented on SOLR-2644:
---------------------------------
Example of threads="2".
<document>
<entity name="main" threads="2" transformer="RegexTransformer"
query="select * from table">
</entity>
</document>
> 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]