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

fix: reduce log size #5350

Merged
merged 1 commit into from
Jan 21, 2023
Merged

fix: reduce log size #5350

merged 1 commit into from
Jan 21, 2023

Conversation

jeremylong
Copy link
Owner

Replace debug logging with trace logging for least necessary log statements that generate a ton of log messages.

Replace debug logging with trace logging for least necassary log statements that generate a ton of log messages
Copy link
Collaborator

@aikebah aikebah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to set these to trace... but makes me wondering... do we have a way to still trigger trace logging should we need the detailed info in future? (If not.... I'd say we would need a separate enhancement ticket to add such a flag, but this should still move forward to make the debug logs more manageable in size)

@aikebah aikebah added this to the 8.0.2 milestone Jan 20, 2023
@jeremylong
Copy link
Owner Author

I figured most of the time we would need these items we would be testing locally...

@jeremylong jeremylong merged commit a3af3ae into main Jan 21, 2023
@jeremylong jeremylong deleted the traceLogging branch February 1, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core changes to core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants