• Andy Wilkinson's avatar
    Install SLF4JBridgeHandler when Log4J2LoggingSystem is initialized · c3479727
    Andy Wilkinson authored
    Previously, Log4J2LoggingSystem did not install SLF4JBridgeHandler.
    SLF4JBridgeHandler is used to route logging calls made using
    java.util.logging into SLF4J. This resulted in entries being written
    to System.err instead.
    
    This commit updates Log4J2LoggingSystem to register the bridge handler
    thereby ensuring the logging that originates into java.util.logging is
    routed into SLF4J. This change has been made by extracting a new
    abstract superclass that performs the registration. This super class is
    extended by all SLF4J-based LoggingSystem implementations.
    
    Fixes gh-1737
    c3479727
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...