Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "SolrLogging" page has been changed by JanHoydahl: http://wiki.apache.org/solr/SolrLogging?action=diff&rev1=15&rev2=16 Starting with Solr 1.4, the Solr Code base compiles against the "SLF4J" API and provides a runtime jar (slf4j-jdk14-X.Y.Z.jar) that implements SLF4J using JDK standard logging -- so all of the information listed below regarding Solr 1.3 and configuring JDK standard logging still applies by default. - Users who want an alternate logging implementation (log4j, logback etc) will need to repackage the .war file and replace slf4j-jdk14-X.Y.Z.jar with an alternate implementation. + Users who want an alternate logging implementation (log4j, logback etc) will need to repackage the .war file and replace slf4j-jdk14-X.Y.Z.jar with an alternate implementation. + + <!> From [[Solr3.6]] there is a build target {{{ant dist-war-excl-slf4j}}} which will automatically package the WAR file with only the slf4j-core JAR and no bindings. Using this war file you can place your slf4j-XXX.jar binding file of choice in your servlet containers lib folder. More Info: http://www.slf4j.org/