pinterest / elixometer

A light Elixir wrapper around exometer.
https://hexdocs.pm/elixometer
Apache License 2.0
827 stars 67 forks source link

Drop lager dependency #218

Closed jparise closed 2 years ago

jparise commented 2 years ago

This was previously used to manage log output from Erlang :error_logger. It may have also been a dependency of exometer_core at some point in the past, but I couldn't find a reference to it after some brief searching.

Either way, :logger itself does the same job without the additional dependency.

Fixes #217