Re: logging for solr

2010-09-21 Thread Christopher Gross
I have added lines to my logging.properties for Tomcat: 6solr.org.apache.juli.FileHandler.level = FINE 6solr.org.apache.juli.FileHandler.directory = ${catalina.base}/logs 6solr.org.apache.juli.FileHandler.prefix = solr. org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/solr].level =

Re: logging for solr

2010-09-20 Thread Christopher Gross
Thanks Jak! That was just what I was looking for! -- Chris On Mon, Sep 20, 2010 at 4:25 PM, Jak Akdemir wrote: > It is quite easy to modify its default value. Solr is using default > logging values that started to use in jvm. It can be bound as a start > parameter or can be externally defined

Re: logging for solr

2010-09-20 Thread Jak Akdemir
It is quite easy to modify its default value. Solr is using default logging values that started to use in jvm. It can be bound as a start parameter or can be externally defined in ../tomcat/conf/logging.properties. Simply it is enough to remove all contents (backup first) in ../tomcat/conf/logging