Those levels comes from java.util.logging.Level:

http://java.sun.com/javase/6/docs/api/java/util/logging/Level.html


I disagree that the default should be off.  Logging doesn't impact
performance that much unless it is set to something like FINEST.
I don't think you want to ignore SECERE and/or WARNING message.

Bill


On Thu, Feb 14, 2008 at 12:42 AM, Fuad Efendi <[EMAIL PROTECTED]> wrote:

> Would be nice to set default logging OFF.
> - improved performance
> - no need to open admin console after each (possible automated) SOLR
> restart
> - no need to alter files outside SOLR (security...)
>
> What I see from Admin Console is small subset of standard Java logging
> API:
> [ALL] [CONFIG] [FINE] [FINER] [FINEST] [INFO] [OFF] [SEVERE] [WARNING]
>
> - we are using SINGLE(!) logger for all classes and packages (at least via
> Admin Console).
>
> Isn't it better to have defaults and parameter in solrconfig.xml?
>
>
>
> > http://wiki.apache.org/solr/FAQ?highlight=%28logging%29#head-f
> fe035452f21ffdb4e4658c2f87777f6553bd6ca<http://wiki.apache.org/solr/FAQ?highlight=%28logging%29#head-ffe035452f21ffdb4e4658c2f87777f6553bd6ca>
> >
> > Solr uses JDK standard logging so you should be able to
> > change its log level
> > as part of the configuration of your container.
> > The admin GUI can also be used to change the logging level
> > once Solr is up
> > and running.
>
>

Reply via email to