: 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

Reply via email to