michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

The logging from the TriggerDao is too often #193

Open ItsGosho opened 4 years ago

ItsGosho commented 4 years ago

Hello,

The class com.novemberain.quartz.mongodb.dao.TriggerDao logs too often (every ~20 s), it creates massive spam in the console, which forces me to disable the logging for that class. Can you only log only when there is at least one trigger ?

michaelklishin commented 3 years ago

Pull requests are welcome.