Or for my quick and dirty methods (this was just a test), I just removed the 
jcl-over-slrj JAR, and it worked like normal.



________________________________
From: Ryan McKinley <ryan...@gmail.com>
To: solr-user@lucene.apache.org
Sent: Friday, April 10, 2009 3:16:30 PM
Subject: Re: logging

If you use the off the shelf .war, it *should* be the same.  (if not, we need 
to fix it)

If you are building your own .war, how SLF4 behaves depends on what 
implementation is in the runtime path.  If you want to use log4j logging, put 
in the slf4j-log4j.jar in your classpath and you should be all set.


On Apr 9, 2009, at 4:56 PM, Kevin Osborn wrote:

> We built our own webapp that used the Solr JARs. We used Apache Commons/log4j 
> logging and just put log4j.properties in the Resin conf directory. The 
> commons-logging and log4j jars were put in the Resin lib driectory. 
> Everything worked great and we got log files for our code only.
> 
> So, I upgraded to Solr 1.4 and I no longer get my log file. I assume it has 
> something to do with Solr 1.4 using SL4J instead of JDK logging, but it seems 
> like my code would be independent of that. Any ideas?
> 
> 
> 


      

Reply via email to