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: use slog instead of zap for structured logging #353

Merged
merged 1 commit into from
Jan 16, 2024
Merged

feat: use slog instead of zap for structured logging #353

merged 1 commit into from
Jan 16, 2024

Conversation

smlx
Copy link
Member

@smlx smlx commented Jan 15, 2024

slog is part of the standard library, so prefer to remove the zap dependency.

A nice side-effect is removal of 100 lines of logging code 🌮 🎉

@smlx smlx added the dependencies Pull requests that update a dependency file label Jan 15, 2024
slog is part of the standard library, so prefer to remove the zap
dependency.
@smlx smlx merged commit 321a508 into main Jan 16, 2024
11 checks passed
@smlx smlx deleted the slog branch January 16, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant