I resolved an issue with the audit log output from Cron, where it was incorrectly logging every executed task regardless of whether it produced a result.
Originally, the purpose of this feature was to monitor the duration of each Cron task by capturing timestamps and task details in the audit log. This was crucial for troubleshooting a specific issue, which has since been resolved, rendering the detailed logging unnecessary.
Nevertheless, we continue to log the start and end times of Cron's operation.
itflow-org/itflow509a955