-
Notifications
You must be signed in to change notification settings - Fork 62
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
New logger v2 #1025
New logger v2 #1025
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1025 +/- ##
==========================================
- Coverage 51.18% 51.06% -0.12%
==========================================
Files 60 59 -1
Lines 5006 4988 -18
==========================================
- Hits 2562 2547 -15
+ Misses 2351 2348 -3
Partials 93 93
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
84e5944
to
67287db
Compare
- currently uses my custom tint branch. Can't use this for reals yet
- No longer require changes to the tint library. - Add JSON output for server mode in the logger code
b49ecfc
to
96cb8ed
Compare
9a162b7
to
157dd0f
Compare
157dd0f
to
9956c65
Compare
replace logrus with log/slog
Fixes: #1001