Re: how do I stop queries from being logged in two different log files in Tomcat

2014-11-10 Thread solr-user
awesome Mike. that does exactly what I want. many thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-do-I-stop-queries-from-being-logged-in-two-different-log-files-in-Tomcat-tp4168587p4168597.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how do I stop queries from being logged in two different log files in Tomcat

2014-11-10 Thread Michael Della Bitta
I generally turn off the console logging when I install Tomcat. It flushes after every line, unlike the other handlers, and that's sort of a performance problem (although if you need that, you need that). Basically, find logging.properties in Tomcat's conf directory, and change these two lines