Step 4: Add Some Logging
Learn how events in Elixir can be tracked using a logger.
We'll cover the following...
Imagine a large Elixir application with dozens of processes potentially running across a number of nodes. We’d want a standard way to keep track of ...