In an effort to put this thread to rest with some sense of closure,
perhaps we could take a poll of our options:
[ ] Keep solr logging as is. (JUL)
[ ] Convert solr logging to SLF4J
I think the arguments for each option are:
JUL:
+ it is standard and *should* work everywhere
+ no added dependancies
SLF4J
+ Logging flexibility for folks using solr outside of the pre-
canned solr.war
+ Enables logging configuration for folks who (for inflexible IT
reasons) do not control their servlet container. (henri)
- 16K additional library
ryan