inaka / worker_pool

Erlang worker pool
https://hex.pm/packages/worker_pool
Apache License 2.0
276 stars 80 forks source link

Migrate error_logger to logger #209

Closed NelsonVides closed 1 month ago

NelsonVides commented 1 month ago

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.