Skip to content
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 API in ClientLogger #25114

Closed
Tracked by #23952
lmolkova opened this issue Oct 30, 2021 · 1 comment
Closed
Tracked by #23952

Structured logging API in ClientLogger #25114

lmolkova opened this issue Oct 30, 2021 · 1 comment
Assignees
Labels
amqp Label for tracking issues related to AMQP Azure.Core azure-core

Comments

@lmolkova
Copy link
Member

lmolkova commented Oct 30, 2021

Design ClientLogger API that supports efficiently adding key-value pairs to message context.
Implementation by default should output a message with populated context as a string (e.g. json) that's easy to parse.
Investigate passing context to APM tools through SLF4J MDC (depends on performance impact) or any other ways.

@lmolkova lmolkova self-assigned this Oct 30, 2021
@lmolkova lmolkova added the Azure.Core azure-core label Oct 30, 2021
@lmolkova lmolkova added the amqp Label for tracking issues related to AMQP label Oct 30, 2021
@lmolkova
Copy link
Member Author

done in #25247

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
amqp Label for tracking issues related to AMQP Azure.Core azure-core
Projects
None yet
Development

No branches or pull requests

1 participant