Convert Solr to a more configurable Logging framework
-----------------------------------------------------
Key: SOLR-548
URL: https://issues.apache.org/jira/browse/SOLR-548
Project: Solr
Issue Type: Improvement
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
JDK Logging is clunky at best and hard to configure. It also does not play
nice in web frameworks, since it requires a lot of hacking, or JVM level
configuration.
Commons-logging provides a mechanism for supporting several logging frameworks,
so users can choose the appropriate logging mechanism. Additionally, we are
already using commons-logging in SolrJ.
Patch to follow that converts Solr code to commons-logging.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.