DataImportHandler - MultiThreaded - Logging
-------------------------------------------
Key: SOLR-2231
URL: https://issues.apache.org/jira/browse/SOLR-2231
Project: Solr
Issue Type: Improvement
Affects Versions: 1.5
Reporter: Fuad Efendi
Priority: Trivial
Please use
{code}
if (LOG.isInfoEnabled()) LOG.info(...)
{code}
For instance, line 95 of ThreadedEntityProcessorWrapper creates huge log output
which is impossible to manage via logging properties:
LOG.info("arow : "+arow);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]