Hello Curt,

thanks for the advice.

That's definitely the first time I applied to the wrong list. ;o) Thought
log4 was only a java project. 

I searched the quartz  devloperlist but they say it's a commons.logging
problem so get in touch with commons guys or log4j....

cheers,
Pete

-----Ursprüngliche Nachricht-----
Von: Curt Arnold [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 29. August 2006 05:23
An: Log4CXX User
Betreff: Re: HowTo Disable Logging Output for classes using commons.logging


On Aug 28, 2006, at 3:45 AM, Peter Neu wrote:

> Hello,
>
> I use log4j-1.2.8. In my new project I use quartz. Quartz gives me  
> a lot of
> logging messages that I don't need. It's especially dangerous because
> It writes all of this output to the log file of the server.
>

....

>
> --> log4j.logger.org.quartz=ERROR
> log4j.logger.org.apache=ERROR
> log4j.appender.cons.Threshold=INFO
>
>
> But still I get the INFO messages in the server log. What do I have  
> to do?
>
> Cheers,
> Pete


Your configuration file assumes that quartz logs to loggers that  
start with "org.quartz.".  Since I'm not familiar with that project,  
you should check that is really the name of the loggers used by  
quartz.  The log files generated likely have logger name in the output.

In addition, the forum is wrong since this is the log4cxx-users  
mailing list and your question appears to involve an Java application  
using log4j.  I would suggest that you should ask the question on the  
Quartz developer list (http://sourceforge.net/mail/?group_id=23781)


Reply via email to