feat: better logging for fix_pipeline flow
What does this merge request do and why?
Adds better logging for fix_pipeline flow. This will give users better insight into what's happening with the flow. This was found while investigating why there are duplicates of every log event. That problem still exists (you will see 2 of all events), and will be fixed in another MR.
Before:
After (doesnt show full output):
How to set up and validate locally
- Run fix pipeline
- Check the agent session page for better logging.
Merge request checklist
-
Tests added for new functionality. If not, please raise an issue to follow up. -
Documentation added/updated, if needed. -
If this change requires executor implementation: verified that issues/MRs exist for both Go executor and Node executor or confirmed that changes are backward-compatible and don't break existing executor functionality.
Related to #1467 (closed)
Edited by Roman Eisner


