-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add initial Logs Bridge API scaffolding #4907
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4907 +/- ##
=======================================
- Coverage 82.7% 82.4% -0.3%
=======================================
Files 232 237 +5
Lines 18916 18974 +58
=======================================
+ Hits 15649 15651 +2
- Misses 2977 3033 +56
Partials 290 290
|
8c5a496
to
9c0a533
Compare
9c0a533
to
bf6ee42
Compare
bf6ee42
to
3f995f0
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.
lgtm after question is resolved
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.
🚀
Part of #3827
Add the initial scaffolding the logs bridge API will be built from. This is a copy of all the things discussed in the logs design doc. All implementation details have been omitted and documented with "TODO"s that link to the issue tracking the work.
Blocks:
log
package #4908log/embedded
package #4909log/noop
package #4910Logger
configuration #4911Severity
type #4912Record
type #4913Value
andKeyValue
types #4914log
package #4915log
package #4916