How can I disable Quartz logging? Quartz is printing INFO statements on my console. I have tried to disable it with the following statement in log4j.properties file
Possible duplicate with Disabling Log4J Output in Java.
Try this out:
log4j.logger.org.quartz=OFF