Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by ryan: http://wiki.apache.org/solr/SolrLogging ------------------------------------------------------------------------------ = Solr 1.4 and Above = - /!\ :TODO: /!\ Someone smarter then Hoss needs to review/edit this section. - 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 above regarding Solr 1.3 still applies by default. - Users who desire that an alternate logging implementation be used at runtime (either when embedding Solr in another application or when using the solr.war in a Servlet Container that deals with JDK Logging poorly) can replace the 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. More Info: http://www.slf4j.org/
