Skip to content

Commit

Permalink
chore: move log level to config
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Dec 13, 2020
1 parent cd054e1 commit 9997802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ import Config
unless System.get_env("BAKEWARE_ARGC") do
System.put_env("BAKEWARE_ARGC", "0")
end

config :logger, level: :error
1 change: 0 additions & 1 deletion test/test_helper.exs
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Logger.configure(level: :error)
ExUnit.start()

0 comments on commit 9997802

Please sign in to comment.