πŸ” Debug Ecto queries in tests

Sometimes, it’s helpful to see what queries our tests are making. There’s a quick and easy config change to do that!

In your config/test.exs file, make the following change:

- config :logger, level: :warning
+ config :logger, level: :debug

Want the latest Elixir Streams in your inbox?

    No spam. Unsubscribe any time.