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.
Using Jobs - Log to monitor other jobs completion it's not helpful to see this output as 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 on the Clarity database:
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: