I am using slf4j with Java Util Logging, and my application logs are directed through Jetty.
- How can I get separate output of Jetty startup logs and my application logs. Right now, they are both logged into the same file under
jetty/logs. - How can I control the Jetty startup log format? e.g. I want to change the date format from default "2012-09-13 14:55:36.178:INFO..." to "Sept 13, 2012 14:55:36.178:INFO..." in Jetty logs.