> 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
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
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