diff --git a/VERSION b/VERSION index a2f3bf51..1171c84e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.41 +1.1.42 diff --git a/config/prod.exs b/config/prod.exs index 16f72b20..f1cb6fc2 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -13,6 +13,7 @@ import Config # Do not print debug messages in production config :logger, + level: :info, compile_time_purge_matching: [ [level_lower_than: :info] ]