-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more logging for
GrpcRouter
and other transport classes (#2055)
Motivation: Better visibility of the request-response processing. Modifications: - Add debug level logging when route fails with an error in `GrpcRouter`; - Add debug level logging when `GrpcStatusUpdater` converts an exception into a `grpc-status` code; - Add more debug logging in `NettyChannelPublisher` and `WriteStreamSubscriber`; Result: Easier debugging.
- Loading branch information
1 parent
65fe5cb
commit 22ae4cb
Showing
4 changed files
with
36 additions
and
3 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
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