Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 7.5.3 Logging Question

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 12:49 PM, Leonard Smith <lrsmith@xxxxxxxxx> wrote:
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 searches and looked at the configs, but I'm not
finding it.

Any pointers or suggestions on how to get that file to role, or if I
have to move the solr logging from start.log to another file that can
roll, daily, would be appreciated.

Thanks
Len
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top