Not seeing span events for logs when using logback appender #9082
Unanswered
guadalupe-duolingo
asked this question in
Q&A
Replies: 1 comment
-
The logback appender you referenced sends log events to configured destination. It does not create span events when errors are logged. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if I'm doing something wrong here but I'm trying to use the logback appender and I'm initializing it like this in my
main
but I'm not seeing any span events when an error is logged:I have this in my
build.gradle
file:Any suggestions on what I can try to get this to work? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions