Skip to content

fix: remove leading slash from logback resource path (#16132)#19229

Open
aki-raa wants to merge 1 commit into
eugenp:masterfrom
aki-raa:fix/logback-16132-v3
Open

fix: remove leading slash from logback resource path (#16132)#19229
aki-raa wants to merge 1 commit into
eugenp:masterfrom
aki-raa:fix/logback-16132-v3

Conversation

@aki-raa
Copy link
Copy Markdown

@aki-raa aki-raa commented May 21, 2026

Problem

The logback-test.xml file had a leading slash in the resource path:
/org/springframework/boot/logging/logback/base.xml

This can cause resource loading failures as the path should be
relative, not absolute.

Fix

Removed the leading slash so the path resolves correctly.

Fixes #16132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in include resource path of logback configuration file for Setting the Log Level in Spring Boot When Testing

1 participant