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

[improve][test] Reduce logging overhead in tests #22251

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Mar 12, 2024

Motivation

Modifications

  • don't log the location where the log was added since this causes a high overhead

Additional context

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

- don't log the location where the log was added since this causes a high overhead
@lhotari lhotari marked this pull request as ready for review March 12, 2024 13:01
@asafm
Copy link
Contributor

asafm commented Mar 12, 2024

Wow. I didn't know that!
Is this layout also used in the default log4j.xml we ship?

@lhotari
Copy link
Member Author

lhotari commented Mar 12, 2024

Is this layout also used in the default log4j.xml we ship?

@asafm no, it was only used in tests.

@lhotari lhotari merged commit 4eb3034 into apache:master Mar 12, 2024
48 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants