I assume yes. The jar file contains only the root package org.qartz.
Everything else is located beneath..
In my opinion a declaration like this should suffice:
log4j.category.org.quartz=info, file
or
<logger name="org.quartz">
<level value="info"/>
<appender-ref ref="file"/>
</logger>
I have no idea what could be wrong. :o(
-----Ursprüngliche Nachricht-----
Von: Javier Gonzalez [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 29. August 2006 15:41
An: Log4J Users List
Betreff: Re: HowTo Disable Logging Output for classes using commons.logging
On 8/29/06, Peter Neu <[EMAIL PROTECTED]> wrote:
> But still I get the INFO messages in the server log. What do I have to do?
Are you 100% sure that ALL the quartz loggers are named org.quartz.* ?
--
Javier González Nicolini
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]