-
Notifications
You must be signed in to change notification settings - Fork 205
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
Structured logging not working #2252
Comments
hi @deman-Innotractor! can you see if the discussion here helps? open-telemetry/opentelemetry-java-instrumentation#5496 |
I did read through that thread, and if I'm not mistaken it is in the last line:
So it isn't possible (yet) I think? I can't see the json that is being send to Azure Application Insights, to confirm that is okay. |
@deman-Innotractor this is correct, I have opened open-telemetry/opentelemetry-java-instrumentation#5969 to track this upstream |
Expected behavior
Want to see structured logging in Azure.
Actual behavior
No structured logging at all, only the information. Maybe it is related to #2251
To Reproduce
@slf4j
log.info("Test {}, {}", kv("test1", "a"), v("test2", "b"));
Sample Application
If applicable, provide a sample application which reproduces the issue.
System information
Please provide the following information:
POM.xml
Logs
logback-spring.xml:
Console log:
Screenshots
The text was updated successfully, but these errors were encountered: