-
Notifications
You must be signed in to change notification settings - Fork 46
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
[RSDK 9149] Use RDK Logger Across Interceptors #405
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
42f47a0
manually import grpc interceptor helpers
bashar-515 94909f7
convert almost everything to use a zap compatible logger
bashar-515 f2c40d2
finish converting to zap compatible logger
bashar-515 8010e85
implement stream interceptor
bashar-515 4f87caf
extract to utility function
bashar-515 ec63210
remove note
bashar-515 9f9013f
no longer pass unnecessary logger
bashar-515 33c0e76
remove options
bashar-515 277491c
remove unused import
bashar-515 bf8e007
only output error level logs and up
bashar-515 54915dc
take wrapped logger out of stream interceptor
bashar-515 f636b20
remove unused code
bashar-515 9fe3c36
lint
bashar-515 2217f11
create new logger first
bashar-515 435eee4
explicitly add options to logger
bashar-515 8de8a59
include 'nolint' comments that were removed
bashar-515 069ef9a
fix 'nolint' comments
bashar-515 84b75c6
fix final 'nolint' comment
bashar-515 706c0ef
remove new added line
bashar-515 5afb862
set log level to error whenever there is an error
bashar-515 dccdba0
ensure timestamps field is formatted like log timestamp
bashar-515 9f1a7f9
don't export ISO8601 formatting constant and only set level to error …
bashar-515 7c0f9db
remove ineffectual assignment
bashar-515 49a5747
document LogFinalLine()
bashar-515 5eae87f
introduce server option to 'wait for handlers'
bashar-515 efb95b0
add comment to exported function
bashar-515 f550946
restore server_options.go file
bashar-515 2e008c3
always gracefully stop gRPC server
bashar-515 153d6c1
no longer add option to wait for handlers
bashar-515 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was causing a goroutine leak in RDK testing.