[
https://issues.apache.org/jira/browse/SOLR-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bill Bell updated SOLR-2644:
----------------------------
Attachment: (was: SOLR-2644-2.patch)
> 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
> Assignee: Shalin Shekhar Mangar
> Fix For: 3.4, 4.0
>
> Attachments: SOLR-2644-2.patch, SOLR-2644.patch
>
>
> 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 DEBUG.
--
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]