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
249 stars 203 forks source link

Unnecessary info logging every second #167

Closed harishvashistha closed 5 years ago

harishvashistha commented 5 years ago

This prints every second in info logs even when I want to run this job in one day interval Node {}:{} checks-in. Found {} triggers which are eligible to be run.

can this logging level be made debug? otherwise it is filling up the log space pretty soon.

mariusleu commented 5 years ago

+1

michaelklishin commented 5 years ago

You haven't provided any examples but those messages are almost certainly logged by core Quartz. Please submit a PR (change the level to debug if I'm wrong).