You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Lance Norskog <go...@gmail.com> on 2007/09/05 21:16:41 UTC

Tomcat logging

Hi-
Here are the lines to add to the end of Tomcat's conf/logging.properties
file to get rid of query/update logging noise:
 
org.apache.solr.core.SolrCore.level = WARNING
org.apache.solr.handler.XmlUpdateRequestHandler.level = WARNING
org.apache.solr.search.SolrIndexSearcher.level = WARNING

 
I would prefer not to get involved in editing the wiki; its generally better
to have a few editors. Also, it crosses the line into company property.
Also, I'm lazy. Will somebody please add this to the Tomcat page?
 
Thanks,
 
Lance