Re: solrconfig environment variable

2006-05-24 Thread Bill Au
The admin page has a link, LOGGING, that will let you set the logging level on the fly: http://localhost:8983/solr/admin/logging.jsp Bill On 5/24/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : Talking about configuration and system properties: is it possible to set : the log level of Solr's

Re: solrconfig environment variable

2006-05-24 Thread Chris Hostetter
: Talking about configuration and system properties: is it possible to set : the log level of Solr's logger from a system property? Or is there any : other way to change this level during the start of the servlet container? Solr uses JDK standard logging, (ie; the java.util.logging.* package), an

Re: solrconfig environment variable

2006-05-24 Thread Marcus Stratmann
Talking about configuration and system properties: is it possible to set the log level of Solr's logger from a system property? Or is there any other way to change this level during the start of the servlet container? Thanks, Marcus