-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Allow structure logging JSON to be customized #42486
Comments
Several interesting ideas we could consider:
|
You can draw some ideas from https://logging.paluch.biz/ that included stack trace filtering, dynamic MDC inclusion/exclusion and field name handling back from when that project has been active. |
We discussed this today and we'd like to offer some enhancements if we can. I'm not sure how much we'll be able to get into 3.4 at this point. We might take stacktrace post-processing off the table for now. |
Update `JsonWriter` to support filtering and processing of names/values. This update will allow us to offer better customization options with structured logging. See gh-42486
Consider documenting a tip
|
Thanks for the suggestion, @maxxedev. Please open a new issue so that we can consider it. |
Issue was opened as #42980 |
From https://x.com/jkuipers/status/1840849120874950716
The text was updated successfully, but these errors were encountered: