-
Notifications
You must be signed in to change notification settings - Fork 62
🐛 Fix log initialization #1917
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
🐛 Fix log initialization #1917
Conversation
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1917 +/- ##
==========================================
+ Coverage 69.51% 69.53% +0.01%
==========================================
Files 68 68
Lines 5357 5350 -7
==========================================
- Hits 3724 3720 -4
+ Misses 1401 1398 -3
Partials 232 232
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Use proper flags and remove use of logrus and klog Signed-off-by: Todd Short <[email protected]>
New changes are detected. LGTM label has been removed. |
51929d2
Use proper flags and remove use of logrus and klog
Description
Reviewer Checklist