Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kizzie
Copy link

@kizzie kizzie commented Nov 19, 2024

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

Run the tests. Log messages should be being logged as debug instead of info

@kizzie kizzie changed the title feat: Move contextless log messages to debug logging feat: Move contextless log messages to debug logging - fixes #1391 Nov 19, 2024
'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

Signed-off-by: kizzie <[email protected]>
@kizzie kizzie changed the title feat: Move contextless log messages to debug logging - fixes #1391 feat: Move contextless log messages to debug logging - fixes #13918 Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move some of the contextless log messages to debug level logging
1 participant