Re: [jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Leonard Smith
Shirley Thanks we do include etc/jetty-logging.xml in our start.ini but it doesn't seem to do what I expect? Which is put the std err and stout to the error log? ( my jetty-logging.xml is below ) They way I'm reading is that a new object with id "ServerLog" is created the setErr and setOut calls

Re: [jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Shirley Boulay
Hello Len, Try this: You can use etc/jetty-logging.xml to take all System.out and System.err output (from any source) and route it to a rolling log file. To do so, include etc/jetty-logging.xml on Jetty startup. java -jar start.jar etc/jetty-logging.xml Regards, Shirley On Tue, Nov 1, 2011 at

[jetty-users] Jetty 7.5.3 Logging Question

2011-11-01 Thread Leonard Smith
I am running a basic install of Jetty 7.5.3 with Solr. I've set JETTY_HOME and I'm seeing all my solr logs going to $JETTY_HOME/start.log I've been trying to find where that is set, and more importantly trying to set it so the file will roll, like the request log. I've done some quick google search