Skip to content

Commit

Permalink
Change logger level to warn in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rschef committed Apr 30, 2020
1 parent 5d8366b commit a86a2b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ config :paper_trail, PaperTrail.UUIDRepo,
database: "paper_trail_uuid_test",
hostname: System.get_env("PG_HOST"),
poolsize: 10

config :logger, level: :warn

0 comments on commit a86a2b8

Please sign in to comment.