-
Notifications
You must be signed in to change notification settings - Fork 33
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
Logger module #164 #301
Logger module #164 #301
Conversation
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.
I like where this is going, just a few comments and happy to help if you have questions
Codecov ReportBase: 38.53% // Head: 38.53% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #301 +/- ##
=======================================
Coverage 38.53% 38.53%
=======================================
Files 33 33
Lines 2629 2629
=======================================
Hits 1013 1013
Misses 1556 1556
Partials 60 60 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@okdas Let me know if/when you need another set of 👀 at this |
e3d682c
to
afb2b75
Compare
I wanted to ask Alessandro for a second review, but if you're available then sure, I'd love to get your feedback! |
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.
Left a couple small comments, but overall it's looking really clean!
8dc7c6b
to
0ed85d4
Compare
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.
@deblasis Could you take a look at this when you have a chance as well?
0ecbe4d
to
cc465fa
Compare
@okdas Please re-request a review when this is ready again. Also, please update the description of title in this PR since it's in review and not just a WIP anymore. |
cc465fa
to
137ca8e
Compare
@deblasis please take a look at this if you've got a moment. I want to make sure I'm utilizing the foundation you've built correctly. |
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.
Solid work, just a question that potentially is not an action item, please let me know if you think that I am getting it wrong.
Everything else, I believe that when the rubber hits the road in #288 there might be (or not) some small changes to this but the foundation looks pretty good to me.
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.
👀 👌
Really appreciate the scoping of this so we could extend it elsewhere afterwards!
Description
Logger module addition. The module will allow us to utilize structured logs for better observability.
Issue
Fixes #164
Type of change
Please mark the relevant option(s):
List of changes
Testing
make develop_test
README
Required Checklist
If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)