-
Notifications
You must be signed in to change notification settings - Fork 45
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
editoast: change from 'env_logger' to 'tracing-subscriber' #6650
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #6650 +/- ##
============================================
- Coverage 27.75% 27.73% -0.02%
Complexity 2172 2172
============================================
Files 1041 1042 +1
Lines 128289 128465 +176
Branches 2569 2569
============================================
+ Hits 35608 35633 +25
- Misses 91196 91347 +151
Partials 1485 1485
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e219c0d
to
99fb4b5
Compare
99fb4b5
to
0579b84
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
With the objective to instrument `editoast` with OpenTelemetry, let's use `tracing-subscriber` which will allow to configure a stdout logger with an Opentelemetry emitter.
0579b84
to
61ee41e
Compare
With the objective to instrument
editoast
with OpenTelemetry, let's usetracing-subscriber
which will allow configuring a stdout logger with an Opentelemetry emitter.See also #6649 for the change to
tracing
for the log's record emission.Before
After