After the upgrade to 16.1.3, the Time Slicing job is appearing every minute after the completion on the job in the Jobs - Log page.
We are using Jobs - Log to monitor other jobs completion and do not want to see this output. It is hard find the completion of other jobs from the logs
Release : 16.1.3+
The Log output has been enabled by design starting 16.1.3+ for Time Slicing in order to be able to have completion times records
1. Run the query:
update cmn_sch_job_definitions
set is_log_enabled =0, is_output_enabled =0
where job_code ='Time_Slicing'
1 row will be updated
commit
2. No restart is required
If you do not prefer a database update, you can also: