scoutapp / scout_apm_elixir

ScoutAPM Elixir Agent. Supports Phoenix and other frameworks.
https://scoutapm.com
Other
36 stars 20 forks source link

Silence logging when no key present #46

Closed mitchellhenke closed 6 years ago

mitchellhenke commented 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.