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

Implement the logger-log4j module using log4j apis directly #756

Merged
merged 3 commits into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. Implement the logger-log4j module using log4j apis directly

    This is meant to avoid slf4j indirection, and use a code-path
    with better test coverage within log4j itself. For example,
    this implementation will avoid the unintended allocations
    incurred by LOG4J2-3560.
    
    This module uses a bridge with dynamic priority based on the
    presence of log4j-core. In the case that log4j-core is present,
    it's preferred over the default.
    carterkozak committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5639d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044a375 View commit details
    Browse the repository at this point in the history
  3. review feedback

    carterkozak committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f86baab View commit details
    Browse the repository at this point in the history