Hi All. I have some solr 3.5.0 instances on CentOS 6 x86_64. Currently logging is by going to syslog (logger), for all my cores to one shared logfile. I would like to have a separate logfile for each core.
My solr process is started from a simple shell script: daemon $JAVA -Xms25g -Xmx25g -DSTOP.PORT=8079 -DSTOP.KEY=mustard -Dsolr.solr.home=multicore -jar start.jar 2>&1 | /usr/bin/logger -t 'solr' -p info -- & I've read that I can use slf4j http://www.slf4j.org/ and logging.properties file to tailor logging. But is it possible to have one log file for every core? Any advice? Best regards, Rafal Radecki.