Scheduler openHAB-job-scheduler_$_NON_CLUSTERED started. - LOG

What does this log say:

[INFO] [org.quartz.core.QuartzScheduler] - Scheduler openHAB job scheduler _ $ _ NON_CLUSTERED started.

I deleted NTP BINDING by someone who wrote that it helped but to me it did not help

Do you have a problem with your system or the scheduler on your system ?
As this is an informational entry ( INFO ) I wouldn’t worry about it.

The system ran, I have no problem I just noticed
But what does this log mean? (For my knowledge)

The quartz scheduler is responsible for all the Timers created in rules, cron triggered rules, and bindings that need to poll. Unfortunately that log statement doesn’t say where that particular scheduled event is coming from. Clearly, it’s not coming from the NTP binding in this case. But it might be coming from multiple sources.

As Wolfgang indicates, it’s an INFO level log statement so it’s not a problem. It is just saying that Quartz started a scheduled job.

If you don’t want to see this, you can change the log level for org.quartz.core.QuartzScheduler to WARN and the INFO level log statements will be suppressed.

1 Like

Thanks man
Strong and clear

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.