Skip to content

Conversation

toinehartman
Copy link
Member

@toinehartman toinehartman commented Jul 9, 2025

Since 2.25.0 (updated in #670), log4j updated the default log format (apache/logging-log4j2#3118). This affects the standalone/development Rascal LSP, since our custom format is not set in that case. It does not affect the embedded LSP in released extensions, since the extension sets the format to be used by the LSP in that case (verified with the CI build of #673).

This PR explicitly falls back our custom log format if nothing else was set from the outside. Fixes #675.

@toinehartman toinehartman self-assigned this Jul 9, 2025
Copy link

sonarqubecloud bot commented Jul 9, 2025

@toinehartman toinehartman marked this pull request as ready for review July 9, 2025 11:08
@DavyLandman DavyLandman merged commit 6f968ef into main Jul 9, 2025
21 of 24 checks passed
@toinehartman toinehartman deleted the fix/657-fix-log-format branch July 10, 2025 06:59
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.

LSP Debug log format changed

2 participants