-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow custom levelers for grpc interceptors
The logging interceptors can now be provided with options that enable custom logging levels for log messages and payloads. Introduced Payload and Disabled logging levels. The Payload level will be the default level used to log grpc message contents. It should be extremely rare that this information is needed. The Disabled level can be used programmatically to completely disable a logger. The orderer main is updated to exploit the leveler option to disable any grpc logging for Step function of the orderer.Cluster service. FAB-12952 #done FAB-12933 #done Change-Id: Id1e39762b2cbd3a317a0710d0b229559dd7807a3 Signed-off-by: Matthew Sykes <[email protected]>
- Loading branch information
Showing
8 changed files
with
456 additions
and
63 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.