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 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 overview of how that can be configured can be found here... http://java.sun.com/j2se/1.5.0/docs/guide/logging/overview.html ...but your servlet container may provide alternate log configuration options in it's configuration files. -Hoss