-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
Go 1.21 slog #936
Comments
Work in progress effort: In this PR. I made it so that users can set a LoggerFactory on the actor system Config. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to get rid of the old home-baked logging used in proto.actor.
Now there is proper structured logging built into go 1.21. which seems like a very good option to aim for.
It would be great if we can discuss how this transition would go, should we keep the log.go files and just replace the inner using to use slog?
How should we set up the defaults, e.g. just use slog.Default() ? or something custom?
Everyone join in and discuss
The text was updated successfully, but these errors were encountered: