sweet.
the logging is java logging... (not one i really know how to deal with)
Can you try setting system property like this:
http://www.exampledepot.com/egs/java.util.logging/Props.html
Brian Whitman wrote:
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