Update to use new application setting
What does this MR do?
This MR introduced a new application setting (:ci_job_live_trace_enabled) for enabling incremental logging. The feature had previously been toggled through a feature flag (:ci_enable_live_trace).
The feature flag will be removed completely and any scripts using the feature toggle will need to use the application setting instead.
See this comment from @bprescott_ re this change
Checklist
See Definition of done.
For anything in this list which will not be completed, please provide a reason in the MR discussion
Required
-
Merge Request Title, and Description are up to date, accurate, and descriptive -
MR targeting the appropriate branch -
MR has a green pipeline on GitLab.com -
When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow
Note: For more info on the history, discussions and the implementation of the new setting check out the recent MR, the main issue and the updated incremental logging documentation
Edited by Vlad Wolanyk