Powertools logging correlation ID for java #2151
Replies: 2 comments 10 replies
|
Hey @burstingninja, thanks for opening this discussion. Can you help me understand your code so I can reproduce this better? Can you share some high-level code snippet of how you are trying to display the correlation ID? Which Powertools version are you using? |
10 replies
|
Use logback don’t use log4j2 |
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’ve been trying to show correlation_id via powertools logs “info… etc. “the way it is displayed in python. But I simply haven’t found a way to do it properly. I have tried following the examples on this repo and also the official documentation. But I haven’t been able to get a clear explanation. Hope someone is able to enlighten me with this one.
My current use case is SQS to
Aws lambda with Java based docker image
All reactions