Is there any way to get 1.3 Solr to use something other than java logging? Am running solr inside tomcat and would like logging for solr to be directed to one set of (rotated) log files and leave tomcat logging in its own log files.
Also, with 1.4, I see it requires removal of jar and swapping in slf4j-log4j jar. Will I also have to copy in a log4j config file to the war? Would not want to configure it at the tomcat server level as each app will have its own configuration.