-
Notifications
You must be signed in to change notification settings - Fork 692
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
Implement structured logging #1438
Conversation
Signed-off-by: M Essam Hamed <[email protected]>
Signed-off-by: M Essam Hamed <[email protected]>
Signed-off-by: M Essam Hamed <[email protected]>
Thanks for submitting this PR, @mohamed-essam ! We will review it during this week. |
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.
Thanks @mohamed-essam! Please, check my comments. The PR looks awesome.
Signed-off-by: M Essam Hamed <[email protected]>
Signed-off-by: M Essam Hamed <[email protected]>
Signed-off-by: M Essam Hamed <[email protected]>
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.
Thank you very much for this great PR, @mohamed-essam !
Description of the change
Change controller logging to use
log/slog
.Benefits
Possible drawbacks
N/A
Applicable issues
Additional information
--log-info-to-stdout
, I had to implement a custom handler that would hand logs down to one of two slog.Loggers in place of the package inpkg/log
that handled this previously