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