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

refactor(logging)!: switch to slog for logging #197

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

mloberg
Copy link
Contributor

@mloberg mloberg commented Mar 20, 2024

Go now includes a nice way to do structured logs, including JSON. Use that instead of a third party module.

BREAKING CHANGE: log format will change a little bit

Go now includes a nice way to do structured logs, including JSON. Use
that instead of a third party module.

BREAKING CHANGE: log format will change a little bit
@mloberg mloberg marked this pull request as ready for review March 20, 2024 19:40
@mloberg mloberg requested a review from a team as a code owner March 20, 2024 19:40
Copy link
Contributor

@dholmes dholmes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Great find!

@mloberg mloberg merged commit 1500584 into main Mar 20, 2024
3 checks passed
@mloberg mloberg deleted the refactor/slog branch March 20, 2024 20:47
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