start.jar config

2014-02-24 Thread Can Arel
Hi all, I have a server which uses Solr and for some reason the solr got terminated. When I restart it with java -jar start.jar it uses stdout as logger. Should I just redirect this with to a file location or is there an idomatic Solr way this should be done? Thanks, Can

Re: start.jar config

2014-02-24 Thread manju16832003
Solr already writes the logs to a file 'solr.log'. Its located in the same folder as start.jar (logs/solr.log). I'm not sure if thats what you looking for :-). -- View this message in context: http://lucene.472066.n3.nabble.com/start-jar-config-tp4119201p4119203.html Sent from the Solr - User

Re: start.jar config

2014-02-24 Thread Erick Erickson
Probably when originally started, whoever did it piped the output to dev/null. You can also change this permanently by altering the logging, see: https://wiki.apache.org/solr/SolrLogging Best, Erick On Mon, Feb 24, 2014 at 12:56 AM, manju16832003 manju16832...@gmail.comwrote: Solr already