Robin Curts wrote: > <root> > <priority value ="debug"/> > <appender-ref ref="appender"/> > </root> > > </log4j:configuration> > > [...] > DEBUG - 06/14/2006 14:24:45.823 - > [ContainerBackgroundProcessor[StandardEngine[Catalina]]] - Start > expire sessions StandardManager at 1150309485823 sessioncount 1 > DEBUG - 06/14/2006 14:24:45.823 - > [ContainerBackgroundProcessor[StandardEngine[Catalina]]] - End expire > sessions StandardManager processingTime 0 expired sessions: 0
Well, you're setting the root logger to debug level, so you'll get everything at debug level. Set it to something with higher priority (like info) and only turn on debug level for the loggers you want to see debug info for. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]