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

Migrate to slog #311

Closed
MarvinJWendt opened this issue Oct 27, 2023 · 0 comments · Fixed by #319
Closed

Migrate to slog #311

MarvinJWendt opened this issue Oct 27, 2023 · 0 comments · Fixed by #319
Labels
proposal Feature request

Comments

@MarvinJWendt
Copy link
Member

We currently use zap in internal/log.
Since Go v1.21 slog was introduced to the Go stdlib, and it aims to replace all external logging libraries. We should adapt the template and remove the internal/log package, as the users do not need it anymore (and should prefer to use slog).

Up for discussion

We can discuss if we want to initialize slog in the template, or if we want to let the user do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant