I think it's best to control log level by an external file; you don't
want to
reprogram when you need log.
Define the system property java.util.logging.config.file to point to
your
log properties file. I would copy
$JAVA_HOME/jre/lib/logging.properties and then add a line:
org.apache.solr.level = W
On 8/1/07, Stu Hood <[EMAIL PROTECTED]> wrote:
> I've been using Solr in an embedded situation, and its been working quite
> well. But as I've started scaling up the application, the logging that Solr
> does to stderr is getting excessive.
>
> I'd like to disable the INFO messages, and leave the