You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Phillip Webb 137f4ee451 Support reporting of custom Log4J2 log levels from the LoggersEndpoint
Support custom Log4J2 log levels by changing `LoggerConfiguration` so
that it can now report levels using a `LevelConfiguration` object
rather than the limited `LogLevel` enum.

The `Log4J2LoggingSystem` class now uses `LevelConfiguration.ofCustom`
for custom logging levels, rather than throwing an exception.

The `LoggersEndpoint` has also been updated so that it can return the
custom logger name.

Fixes gh-35227
1 year ago
..
spring-boot Support reporting of custom Log4J2 log levels from the LoggersEndpoint 1 year ago
spring-boot-actuator Support reporting of custom Log4J2 log levels from the LoggersEndpoint 1 year ago
spring-boot-actuator-autoconfigure Polish configuration related to predictive test selection 1 year ago
spring-boot-autoconfigure Use ephemeral port for Hazelcast 1 year ago
spring-boot-cli Merge branch '2.5.x' into 2.6.x 2 years ago
spring-boot-dependencies Upgrade to Reactor Bom 2020.0.33 1 year ago
spring-boot-devtools Allow package-private main classes to be used with Devtools 1 year ago
spring-boot-docs Add DynmicPropertySource to ordered list of property sources 1 year ago
spring-boot-parent Add more possibilities to prohibit version upgrades 2 years ago
spring-boot-properties-migrator Reformat code following spring-javaformat upgrade 2 years ago
spring-boot-starters Update Data REST starter description to mention Spring MVC 1 year ago
spring-boot-test Ignore non-singleton factory beans when resetting mocks 2 years ago
spring-boot-test-autoconfigure Update Couchbase image tag used in tests 2 years ago
spring-boot-tools Test Gradle plugin against Gradle 8.2-rc-1 1 year ago