-
Notifications
You must be signed in to change notification settings - Fork 82
FiberLocal / IOLocal logger wrapper #461
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
Comments
Would something like this be helpful? |
Yes, that's pretty much what I was looking for :) Maybe some utility that would create the IOLocal for you would also be nice. |
I want to flag that we currently have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hopefully self-explanatory: it would be great to have a wrapper for loggers that would allow one to pass structured logging context in a more implicit fashion.
This would probably involve creating a root logging context (the default value of the IOLocal), then using that in a wrapped logger so it passes the context to the underlying logger (e.g. slf4j).
The text was updated successfully, but these errors were encountered: