On Apr 22, 2008, at 12:41 PM, Shalin Shekhar Mangar wrote:

JULI can be configured per-webapp also by adding a logging.properties to the
classpath (add it to WEB-INF/classes). So you can configure Handlers
(FileHandler/ConsoleHandler including filenames) and Formatter per- webapp. However I've never been able to configure it to rotate log files by size.
Although log rotation by date seems to work well. In our production
environments we simply use scripts for log-rotation.

JULI is a Tomcat thing (http://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/juli/package-summary.html ), right? In other words, it doesn't work w/ Jetty 6, as far as I can tell. I'd appreciate any insight on how to get Java Util Logging to play nice in Jetty 6.

Thanks,
Grant

Reply via email to