diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/prod.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs index adc1c4bb7..bf1a97de0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -20,7 +20,7 @@ config :pleroma, Pleroma.Web.Endpoint, config :phoenix, serve_endpoints: true # Do not print debug messages in production -config :logger, level: :info +config :logger, level: :warn # ## SSL Support # |