-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More logging middleware configuration
- Allow excluding trace_id from logger attrs, for use primarily with TracingHandler - Allow AfterRequest to return a null logger to skip logging. - The logger passed to the request no longer has all the request fields. This is a massive number of fields which just spams logs. Instead, the trace_id can be used for correllation.
- Loading branch information
1 parent
6ac6ffb
commit 088b14d
Showing
2 changed files
with
77 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters