Hi, My problem is that all my indexes log to one log file but I want each index to log to their own log file.
I'm using solr 4.4 and I've copied jcl-over-slf4j-1.6.6.jar, jul-to-slf4j-1.6.6.jar, log4j-1.2.16.jar, slf4j-api-1.6.6.jar and slf4j-log4j12-1.6.6.jar into my tomcats lib/ directory. I've added a logging.properties to each of my solr webapps in tomcat/webapps/solr_webapp/WEB-INF/classes/logging.properties but when tomcat starts up it picks the first logging.properties (I presume) file and then all indexes log to this file. My only solution is to add the 4 jar files to each of the solr webapps in their tomcat/webapps/solr_webapp/WEB-INF/lib directory and then the webapp will pick up it's logging.properties file. Does anyone have a solution where I don't need to add the 4 jars to each of the solr webapps but still get a log file per index. Thanks Russ. ******************************************************* This message (including any files transmitted with it) may contain confidential and/or proprietary information, is the property of Interactive Data Corporation and/or its subsidiaries, and is directed only to the addressee(s). If you are not the designated recipient or have reason to believe you received this message in error, please delete this message from your system and notify the sender immediately. An unintended recipient's disclosure, copying, distribution, or use of this message or any attachments is prohibited and may be unlawful. *******************************************************