Run Mix Test with Debug Log
In your test.exs
config change from
config :logger, level: :warning
to
config :logger, level: :debug
to see your app's logs output when running mix test
In your test.exs
config change from
config :logger, level: :warning
to
config :logger, level: :debug
to see your app's logs output when running mix test