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 error_logger to logger #209

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Migrate error_logger to logger #209

merged 1 commit into from
Sep 21, 2024

Conversation

NelsonVides
Copy link
Collaborator

It has been a very long time since OTP made logger available and deprecated error_logger, so it's about time we migrate to it.

Note too that we're choosing to report structured logging, that is, maps, as worker_pool is a library, it should allow application code to choose how to filter and format log messages.

It has been a very long time since OTP made `logger` available and
deprecated `error_logger`, so it's about time we migrate to it.

Note too that we're choosing to report structured logging, that is,
maps, as `worker_pool` is a library, it should allow application code to
choose how to filter and format log messages.
@elbrujohalcon elbrujohalcon merged commit 2f260af into main Sep 21, 2024
1 check passed
@elbrujohalcon elbrujohalcon deleted the logger branch September 21, 2024 20:25
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