"Fixes #" is in both the PR title (for release notes) and this description (to automatically link and close the issue).
Create the PR as draft.
Once builds are green, mark your PR "Ready for review".
When changes are requested, please address them and then dismiss the review to get it reviewed again.
-->
Fixes #13918
Motivation
'node changed' 'node unchanged' and 'task-result changed' flood the logs when running argo in production with many workflows and parallel runs, move these log statements to debug logging so that we can filter them
Modifications
Change logging for those three statements from Info to Debug
Before you open your PR
make pre-commit -B
to fix codegen and lint problems (build will fail).When you open your PR
When changes are requested, please address them and then dismiss the review to get it reviewed again.
-->
Fixes #13918
Motivation
'node changed' 'node unchanged' and 'task-result changed' flood the logs when running argo in production with many workflows and parallel runs, move these log statements to debug logging so that we can filter them
Modifications
Change logging for those three statements from Info to Debug
Verification
Running the tests