'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
Run the tests. Log messages should be being logged as debug instead of info
Fixes https://github.com/argoproj/argo-workflows/issues/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
Run the tests. Log messages should be being logged as debug instead of info