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

Add Tomcat JULI implementation #102

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Add Tomcat JULI implementation #102

merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Add Tomcat JULI implementation

    Adds a Tomcat JULI implementation that can replace the one in
    `org.apache.logging.log4:log4j-appserver`.
    
    The main differences between this implementation and the official one:
    
     * it retrieves the correct logger context by setting `fqcn` to
       `org.apache.juli.LogFactory` instead of the class name of the logger,
     * it does not treat the filenames `log4j2-tomcat.*` differently,
       leaving the configuration entirely to the implementation.
    ppkarwasz committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    385e8ea View commit details
    Browse the repository at this point in the history