Skip to content
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

feat(logger): add slog Logger implementation #152

Merged
merged 3 commits into from
Feb 2, 2025
Merged

feat(logger): add slog Logger implementation #152

merged 3 commits into from
Feb 2, 2025

Conversation

reugn
Copy link
Owner

@reugn reugn commented Feb 2, 2025

  • Implement the Logger interface using the standard library's slog package for logging
  • Require go 1.21

@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.67%. Comparing base (21cefa7) to head (f6968f6).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   94.53%   94.67%   +0.14%     
==========================================
  Files          19       20       +1     
  Lines        1207     1239      +32     
==========================================
+ Hits         1141     1173      +32     
  Misses         48       48              
  Partials       18       18              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reugn reugn merged commit a485399 into master Feb 2, 2025
5 checks passed
@reugn reugn deleted the slog-logger branch February 2, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants