You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monitoring the proper execution of cron events is a typical scope of logging especially on production systems. Therefore I would suggest to raise the severity level to INFO as it is a normal operation without significant condition. Normally the threshold for log records for production environments is set to something above DEBUG to reduce the noise but right now this removes also the cron event log completely.
For sake of consistency the listener class should be renamed too, but this is way more invasive as it is considered public API, I guess?
The text was updated successfully, but these errors were encountered:
Right now, the
CronDebugListener
records every cron worker event with the DEBUG severity:Monitoring the proper execution of cron events is a typical scope of logging especially on production systems. Therefore I would suggest to raise the severity level to INFO as it is a normal operation without significant condition. Normally the threshold for log records for production environments is set to something above DEBUG to reduce the noise but right now this removes also the cron event log completely.
For sake of consistency the listener class should be renamed too, but this is way more invasive as it is considered public API, I guess?
The text was updated successfully, but these errors were encountered: