You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/22 17:59:32 UTC

[Solr Wiki] Update of "SolrLogging" by Neil Hooey

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 Neil Hooey:
http://wiki.apache.org/solr/SolrLogging?action=diff&rev1=5&rev2=6

Comment:
Moved "LoggingInDefaultJettySetup" to "All Versions of Solr" since it applies to 1.0 to 1.3 and 1.4+.

+ = All Versions of Solr =
+ 
+ If you don't know much about JDK containers or servlet containers and want a quick recipe for modifying the logging settings for default Solr example/ setup, see LoggingInDefaultJettySetup.
+ 
  = Solr 1.4 and Above =
  
  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.
@@ -18, +22 @@

  
  The Solr Admin console has a [[http://localhost:8983/solr/admin/logging.jsp|screen for toggling the logging level globally]].  This is a transient setting good for doing diagnostic work, but does not persist after reboot.
  
- If you don't know much about JDK containers or servlet containers and want a quick recipe for modifying the logging settings for default Solr example/ setup, see LoggingInDefaultJettySetup.
-