the trunk (solr-1.4-dev) is now using SLF4J
If you are using the packaged .war, the behavior should be identical
to 1.3 -- that is, it uses the java.util.logging implementation.
However, if you are using solr.jar, you select what logging framework
you actully want to use by including that connector in your
classpath. For example, to use log4j you add slf4j-jdk14-1.5.5.jar to
your classpath, then everything will behave as though it were
configured using log4j.
See: http://www.slf4j.org/ for more info
ryan
On Nov 19, 2008, at 4:21 PM, Erik Holstad wrote:
I kind if remember hearing that Solr was using SLF4J for the
logging, but
I haven't been able to find any information about it. And in that
case where
do you set it to redirect to you log4j server for example?
Regards Erik