Peace-of-mind from prototype to production
-
Updated
Jul 16, 2020 - Elixir
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development, and the embedded software domain.
Created by José Valim
Released September 8, 2014
I was running it to a situation where I set the log_level of a Logger middleware to always be
:debug, but I was still seeing log output with the Logger log_level set towarn.Looking at the code, it does something slightly different than was the documentation says.
If the request returns {:error, whatever}, the log level is always set to :error, the custom log level function is never cal