diff --git a/config/prod.exs b/config/prod.exs index becde769..a49591b8 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -1 +1,3 @@ import Config + +config :logger, level: :info \ No newline at end of file