[
https://issues.apache.org/jira/browse/SOLR-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13062827#comment-13062827
]
Bill Bell commented on SOLR-2644:
---------------------------------
Example logging:
Jul 10, 2011 5:21:50 PM
org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper nextRow
INFO: arow : {id=635, priority=1, prof_type=1, user_query=Clinical Biochemical
Geneticist}
Jul 10, 2011 5:21:50 PM
org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper nextRow
INFO: arow : {id=636, priority=1, prof_type=1, user_query=Clinical
Cytogeneticist}
Jul 10, 2011 5:21:50 PM
org.apache.solr.handler.dataimport.DocBuilder$EntityRunner runAThread
INFO: a row on docrootSolrInputDocument[{id=id(1.0)={635},
priority=priority(1.0)={1}, prof_type=prof_type(1.0)={1},
user_query=user_query(1.0)={Clinical Biochemical Geneticist}}]
> 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]