-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rest_gateway] Enhanced logging and error handling for gRPC gateway i…
…nitialization (#1586) - Added log messages for JWT validation, gRPC handler registration, and other rest_gateways logs - Modified `jwtMiddleware` to log successful token validation and access requests - Refactored gRPC handler registration into a centralized function - Created `registerGRPCHandlers` function to streamline and consolidate the registration of multiple gRPC service handlers - Simplified code structure by using a loop to register each handler, improving maintainability and readability - Added logging for individual handler registration success and errors to facilitate debugging
- Loading branch information
1 parent
2c0a97e
commit 63bb7f1
Showing
1 changed file
with
36 additions
and
41 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