Hi,
SolrJ uses slf4j logging. As you can read on the wiki
http://wiki.apache.org/solr/Solrj#Solr_1.4 you need to provide the slf4j-jdk14
binding (or any other log framework you wish to bind to) yourself and add the
jar to your classpath.
--
Jan Høydahl, search solution architect
Cominvent AS -
I've found that when running a SolrJ client on J2SE 1.5 Update 21, in addition
to the jars in the the dist/solrj-lib directory I need slf4j-jdk14-1.5.5.jar in
the lib directory, otherwise I get an exception where it can't find
org.slf4j.impl.StaticLoggerBinder.
-Jon
---