-
-
Notifications
You must be signed in to change notification settings - Fork 996
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
Wrong classname when using slf4j inside a wrapper and logging via LoggingEventBuilder #409
Comments
m-waser
pushed a commit
to MzrW/slf4j
that referenced
this issue
Apr 8, 2024
m-waser
pushed a commit
to MzrW/slf4j
that referenced
this issue
Apr 9, 2024
Signed-off-by: Moritz Waser <[email protected]>
m-waser
pushed a commit
to MzrW/slf4j
that referenced
this issue
Apr 9, 2024
Signed-off-by: MzrW <[email protected]>
Linked to SLF4J-601 jira issue |
This was referenced Apr 15, 2024
dongjoon-hyun
added a commit
to apache/spark
that referenced
this issue
Apr 16, 2024
### What changes were proposed in this pull request? This PR aims to upgrade `slf4j` to 2.0.13. ### Why are the changes needed? To bring the following bug fix, - https://www.slf4j.org/news.html#2.0.13 - qos-ch/slf4j#409 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the Cis. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46067 from dongjoon-hyun/SPARK-47861. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
@ceki Thank you for the fix, I could verify it's working properly. |
fixed in version 2.0.13 |
I added your name in https://www.slf4j.org/news.html#2.0.13 By the way, compliments on your PR. Excellent work. |
thank you :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the kotlin-logging library which is basically a wrapper around slf4j tailored for kotlin. (Original issue kotlin-logging-416).
When logging using the LoggingEventBuilder and setting the CallerBoundary accordingly it prints the wrong classname.
Running the given example I expect the following output:
However following is printed:
Checkout the example: example.zip
The text was updated successfully, but these errors were encountered: