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: sd1...@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