On 5/16/2011 7:50 PM, Chris Hostetter wrote:
: This poll is to investigate how you currently do or would like to do
: logging with Solr when deploying solr.war to a SEPARATE java application
: server (such as Tomcat, Resin etc) outside of the bundled
FWIW...
a) the context of this poll is SOLR-2487
b) this poll seems flawed to me, as it completely sidesteps what i
consider the major crux of the issue:
If: You are someone who does not like (or has conflicts with)
the JDK logging binding currently included in the solr.war
that is built by default and included in the binary releases;
Then: Do you consider building solr.war from source difficult?
Right - after reconsidering this, I want to retract my vote for removing
the slf4j binding. It makes a lot of sense to have something that works
out of the box, and after thinking about this I realized that the thing
I was having to ignore was actually slf4j dependencies in the maven
artifacts for solrj and solr-core, and not really related to solr.war at
all. Anyway maven gives you tools for masking out these dependencies,
so I really have no need for packaging changes in solr.
-Mike