I've updated the WIKI: http://wiki.apache.org/solr/SolrLogging#Switching_from_Log4J_logging_back_to_Java-util_logging
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 9. mai 2013 kl. 21:57 skrev Shawn Heisey <s...@elyograg.org>: > On 5/9/2013 1:41 PM, richardg wrote: >> These are the files I have in my /lib folder: >> >> slf4j-api-1.6.6 >> log4j-1.2.16 >> jul-to-slf4j-1.6.6 >> jcl-over-slf4j-1.6.6 >> slf4j-jdk14-1.6.6 >> log4j-over-slf4j-1.6.6 >> >> Currently everything seems to be logging like before. After I followed the >> instructions in Jan's post replacing slf4j-log4j12-1.6.6.jar with this >> slf4j-jdk14-1.6.6.jar it all started working. Shawn I then removed >> everything as you instructed and put in just log4j-over-slf4j-1.6.6.jar and >> slf4j-jdk14-1.6.6.jar but the index showed an error and wouldn't start. So >> that is why I have those 6 files in there now, I'm not sure if >> log4j-over-slf4j-1.6.6.jar this file is needed or not. Let me know if you >> need me to test anything else. > > You're on the right track. Your list just has two files that shouldn't be > there - log4j-1.2.16 and jul-to-slf4j-1.6.6. They are probably not causing > any real problems, but they might in the future. > > Remove those and you will have the exact list I was looking for. If that > doesn't work, use a paste website (pastie.org and others) to send a log > showing the errors you get. > > Thanks, > Shawn >