RE: SOLR Performance Tuning: Disable INFO Logging.

2009-12-21 Thread Fuad Efendi
> Can you quickly explain what you did to disable INFO-Level? > > I am from a PHP background and am not so well versed in Tomcat or > Java. Is this a section in solrconfig.xml or did you have to edit > Solr Java source and recompile? 1. Create a file called logging.properties with following con

Re: SOLR Performance Tuning: Disable INFO Logging.

2009-12-21 Thread Andrew McCombe
Hi Can you quickly explain what you did to disable INFO-Level? I am from a PHP background and am not so well versed in Tomcat or Java. Is this a section in solrconfig.xml or did you have to edit Solr Java source and recompile? Thanks In Advance Andrew 2009/12/20 Fuad Efendi : > After research

RE: SOLR Performance Tuning: Disable INFO Logging.

2009-12-20 Thread Fuad Efendi
We were talking about GC options a lot; don't forget to enclose following into "if (log.isInfoEnabled())": ... final NamedList responseHeader = new SimpleOrderedMap(); rsp.add("responseHeader", responseHeader); NamedList toLog = rsp.getToLog(); //toLog.add("core", getName()); t