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