Re: Solr 4.3 and SLF4j

2013-05-06 Thread Mark Miller
You need all the same jars that are in the lib/ext folder of the default jetty distribution. Those are the logging jars, those are what you need. All you can do is swap out impls (see the SLF4j documentation). You must have all those jars as a start, and if you don't want to use log4j, you can s

Solr 4.3 and SLF4j

2013-05-06 Thread Jonatan Fournier
Hi, I've read from http://wiki.apache.org/solr/SolrLogging that Solr no longer ships with Logging jars bundled into the WAR file. For simplicity in package management, other than Solr, I'm trying to stay with stock packages from Ubuntu 12.04 (e.g. Tomcat7 etc.) Now I'm trying to find out what do