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 "DEO, SHANTANU S (ATTCINW)" <sd...@att.com> on 2009/11/24 13:49:08 UTC

Turning down logging for SOLR running on Weblogic

Hi 
 We recently started a SOLR instance running under Weblogic and noticed
that there are a lot of DEBUG messages being output, that we did not
notice before when we used tomcat. 
Where can we turn this logging level down ?

Thanks
Shantanu
AT&T eCommerce Web Hosting - Release Management
Office: (425)288-6081
email: sd189d@att.com

Re: Turning down logging for SOLR running on Weblogic

Posted by Mark Miller <ma...@gmail.com>.
DEO, SHANTANU S (ATTCINW) wrote:
> Hi 
>  We recently started a SOLR instance running under Weblogic and noticed
> that there are a lot of DEBUG messages being output, that we did not
> notice before when we used tomcat. 
> Where can we turn this logging level down ?
>
> Thanks
> Shantanu
> AT&T eCommerce Web Hosting - Release Management
> Office: (425)288-6081
> email: sd189d@att.com
>   

If you are using Solr 1.4 you can use different logging frameworks - by
default its java util logging - so you just use a standard java util
logging to config to set your logging levels:
http://wiki.apache.org/solr/SolrLogging

I believe it uses a default config in the JRE folder if you don't set
your own config (with a system property on starting your container) - so
perhaps that got set to debug? It normally defaults to info.

- Mark