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

(change) Use slog in the go module #1713

Open
thomaspoignant opened this issue Apr 2, 2024 · 0 comments
Open

(change) Use slog in the go module #1713

thomaspoignant opened this issue Apr 2, 2024 · 0 comments
Labels
change This is a change in the code that should not affect the users p2 Medium priority

Comments

@thomaspoignant
Copy link
Owner

Motivation

Now that structured logging has landed in the standard library.

Requirements

For now, we expect to receive a log.Logger, but since we have now a structured logging solution in GO we should try to use it.

  • We need to be backwards compatible and avoid breaking changes.
  • We should rewrite the logs to use slog.
@thomaspoignant thomaspoignant added change This is a change in the code that should not affect the users needs-triage A priority should be added to the issue p2 Medium priority and removed needs-triage A priority should be added to the issue labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change This is a change in the code that should not affect the users p2 Medium priority
Projects
None yet
Development

No branches or pull requests

1 participant