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

Logback StructuredLogFormatter exceptions are not visible to the user #43575

Closed
wants to merge 1 commit into from

Conversation

nosan
Copy link
Contributor

@nosan nosan commented Dec 19, 2024

See gh-43384

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 19, 2024
@mhalbritter mhalbritter self-assigned this Jan 7, 2025
@mhalbritter mhalbritter added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 7, 2025
@mhalbritter mhalbritter added this to the 3.5.x milestone Jan 7, 2025
@mhalbritter mhalbritter removed their assignment Jan 7, 2025
nosan added a commit to nosan/spring-boot that referenced this pull request Jan 11, 2025
Before this commit, any exceptions thrown in Logback encoders
were just swallowed. This commit adds the FilteringStatusListener
that delegates to OnErrorConsoleStatusListener to print any errors
that happened in logback encoders.

See spring-projectsgh-43575

Signed-off-by: Dmytro Nosan <[email protected]>
Before this commit, any exceptions thrown in Logback encoders
were just swallowed. This commit adds the FilteringStatusListener
that delegates to OnErrorConsoleStatusListener to print any errors
that happened in logback encoders.

See spring-projectsgh-43575

Signed-off-by: Dmytro Nosan <[email protected]>
@mhalbritter mhalbritter self-assigned this Jan 13, 2025
mhalbritter pushed a commit that referenced this pull request Jan 13, 2025
Before this commit, any exceptions thrown in Logback encoders
were just swallowed. This commit adds the FilteringStatusListener
that delegates to OnErrorConsoleStatusListener to print any errors
that happened in logback encoders.

See gh-43575

Signed-off-by: Dmytro Nosan <[email protected]>
@mhalbritter
Copy link
Contributor

Thanks @nosan !

@mhalbritter mhalbritter modified the milestones: 3.5.x, 3.5.0-M1 Jan 13, 2025
@nosan
Copy link
Contributor Author

nosan commented Jan 13, 2025

Thanks @mhalbritter 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants