On 5/20/2013 11:23 PM, Boogie Shafer wrote: > in the YYYY_MM_DD-HHmmssSSS.start.log i get messages like this > > cat 2013_05_15-141100827.start.log > > Establishing start.log on Wed May 15 14:11:12 PDT 2013 > 14:11:15,756 |-INFO in null - Will use configuration file > [resources/logback-access.xml] > 14:11:15,768 |-INFO in > ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute > not set > 14:11:15,769 |-INFO in > ch.qos.logback.core.joran.action.StatusListenerAction - Added status > listener of type [ch.qos.logback.core.status.OnConsoleStatusListener] > 14:11:15,770 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - > About to instantiate appender of type > [ch.qos.logback.core.rolling.RollingFileAppender] > 14:11:15,770 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - > Naming appender as [FILE] > 14:11:15,774 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use > gz compression
That's really interesting. This appears to be the initialization of logback itself, not jetty. If nobody steps up who's familiar with slf4j/logback with jetty, you might need to use a mailing list for one of those projects. Thanks, Shawn