Deep dive into the Elixir Logger module
Logging is not only putting strings into the console. With formatters, backends, filterers, and translators, you can bend your logs to different shapes—and send them to multiple places. Learn how to leverage the power of the Elixir Logger module.