Closed mitchellhenke closed 6 years ago
Closes #43
This also replaces the current ScoutApm.Logger GenServer with a direct module that can depend on the Elixir.Logger backpressure mechanisms. Like the GenServer version, this Logger will not have the log calls compiled out.
ScoutApm.Logger
Elixir.Logger
Closes #43
This also replaces the current
ScoutApm.Logger
GenServer with a direct module that can depend on theElixir.Logger
backpressure mechanisms. Like the GenServer version, this Logger will not have the log calls compiled out.