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

lower the log to debug for actions that are triggered every couple of seconds #168

Closed mariusleu closed 5 years ago

mariusleu commented 5 years ago

These methods are invoked very often by quartz, therefore a debug level fits more for these lines.

michaelklishin commented 5 years ago

Thank you!