argoproj / argo-workflows

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

feat: Move contextless log messages to debug logging - Fixes #13918 #13919

Closed kizzie closed 5 days ago

kizzie commented 5 days ago

Before you open your PR

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