A backend for the Elixir Logger that logs JSON and filters your secrets.
Logger
Responsible for encoding any value to JSON. Uses Poison for the JSON encoding, but converts values that are not handled by Poison before that, like tuples or PIDs.
Poison