On Thu, Jan 29, 2009 at 11:55 PM, Jon Drukman <jdruk...@gmail.com> wrote:
> if i go to /solr/admin/logging, i can set the "root" log level to WARNING, > which is what i want. however, every time solr restarts, it is set back to > INFO. Is there a way to get the WARNING level to stick permanently? > > Hi, You can set permanent logging-level by changing parameters in $CATALINA_HOME/conf/logging.properties Change all INFO to WARNING in the logging.properties where, $CATALINA_HOME is the path of your apache-tomcat. -- With Regards, K.Vanniarajan