Skip to content

Commit e35f748

Browse files
committed
Disable console logger to clean up mix test output
1 parent 3bebb6e commit e35f748

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/config.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
use Mix.Config
2+
3+
config :logger,
4+
# disable console backend, so it does not clutter `mix test` output
5+
backends: []

0 commit comments

Comments
 (0)