Re: Disable logging in SOLR

2009-04-15 Thread Kraus, Ralf | pixelhouse GmbH
ly disable logging in Solr. More likely, your looking to make Solr less chatty by not logging the INFO level. Solr is a bit chatty by default, mostly I think, because that can be very useful and is often worth the likely very small performance hit of all the extra logging. At the least though, I

Re: Disable logging in SOLR

2009-04-15 Thread Mark Miller
Kraus, Ralf | pixelhouse GmbH wrote: Hi, is there a way to disable all logging output in SOLR ? I mean the output text like : "INFO: [core_de] webapp=/solr path=/update params={wt=json} status=0 QTime=3736" greets -Ralf- You probably do not want to totally disable logging in

Re: Disable logging in SOLR

2009-04-15 Thread Bill Au
Yes, restarting Tomcat will reset things back to default. But you should be able to configure Tomcat to disable Solr logging since Solr uses JDK logging. Bill On Wed, Apr 15, 2009 at 4:51 AM, Kraus, Ralf | pixelhouse GmbH < r...@pixelhouse.de> wrote: > Bill Au schrieb: > >> Have you tried setti

Re: Disable logging in SOLR

2009-04-15 Thread Kraus, Ralf | pixelhouse GmbH
Bill Au schrieb: Have you tried setting logging level to OFF from Solr's admin GUI: http://wiki.apache.org/solr/SolrAdminGUI thx 4 the hint ! But after I restart my tomcat its all reseted to default ? :-( Greets -Ralf-

Re: Disable logging in SOLR

2009-04-14 Thread Bill Au
Have you tried setting logging level to OFF from Solr's admin GUI: http://wiki.apache.org/solr/SolrAdminGUI Bill On Tue, Apr 14, 2009 at 9:56 AM, Kraus, Ralf | pixelhouse GmbH < r...@pixelhouse.de> wrote: > Hi, > > is there a way to disable all logging output in SOLR ? > I mean the output text l

Disable logging in SOLR

2009-04-14 Thread Kraus, Ralf | pixelhouse GmbH
Hi, is there a way to disable all logging output in SOLR ? I mean the output text like : "INFO: [core_de] webapp=/solr path=/update params={wt=json} status=0 QTime=3736" greets -Ralf-