Files
spring-boot/spring-boot-project
Dmytro Nosan 7d8cb5fe49 Remove explicit '.xml' suffix check from LogbackLoggingSystem
Update `LogbackLoggingSystem` so that paths suffixes are no longer
checked for `.xml`. Since Logback now only supports XML files, we're
safe to pass all content along for processing. If the incorrect content
is found, Logback will throw an exception.

See gh-42986
2024-11-04 14:29:59 -08:00
..