I'm trying to disable all logging from Solr, or at least re-route it to a file.

I was finally able to disable Jetty logging through a custom org.mortbay.log.Logger class, but I am still seeing the Solr logs, which seem to come from java.util.logging.Logger.

Is there a thing I can do in solrconfig to do this?

-Brian

Reply via email to