argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.2k forks source link

feat: Move contextless log messages to debug logging - fixes #13918 #13920

Open kizzie opened 2 days ago

kizzie commented 2 days ago

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