π Debug Ecto queries in tests
Notes
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