Hi,
I'm running the jetty start.jar and I'm indexing documents with
Solrj's HttpSolrServer object :

SolrServer server = new HttpSolrServer("http://HOST:8983/solr/";);
server.add( docs );
server.commit();

This leads to TONS of debug information (i.e. logs at level DEBUG), on
both server and client sides (but much more on client side).
I'm read and tried methods suggested in :
http://wiki.apache.org/solr/SolrLogging#Customizing_Logging
http://wiki.apache.org/solr/LoggingInDefaultJettySetup

but nothing changed.
How can I lower the debugging level to INFO or WARN?
Thanks,
Scott.

Reply via email to