Re: permanently reducing logging levels for Solr

2015-01-21 Thread Shawn Heisey
On 1/21/2015 7:24 PM, Shawn Heisey wrote: > I have no way to know what container or logging framework you're using. Followup on this: Unless you have modified the solr war for version 3.2.0 to change the logging jars, you will definitely be using java.util.logging. Here's some URLs that may off

Re: permanently reducing logging levels for Solr

2015-01-21 Thread Shawn Heisey
On 1/21/2015 1:14 PM, Nemani, Raj wrote: > How can I reduce the logging levels to SEVERE that survives a Tomcat restart > or a machine reboot in Solr. As you may know, I can change the logging > levels from the logging page in admin console but those changes are not > persistent across Tomcat s

Re: permanently reducing logging levels for Solr

2015-01-21 Thread Rajesh Hazari
Hi, Just add log4j.logger.org.apache.solr=SEVERE to you log4j properties. *Thanks,* *Rajesh,* *(mobile) : 8328789519.* On Wed, Jan 21, 2015 at 3:14 PM, Nemani, Raj wrote: > All, > > How can I reduce the logging levels to SEVERE that survives a Tomcat > restart or a machine reboot in Solr. As

permanently reducing logging levels for Solr

2015-01-21 Thread Nemani, Raj
All, How can I reduce the logging levels to SEVERE that survives a Tomcat restart or a machine reboot in Solr. As you may know, I can change the logging levels from the logging page in admin console but those changes are not persistent across Tomcat server restart or machine reboot. Following