diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-09 13:55:32 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-09 13:55:32 +0300 |
commit | 3ecfe2a6d4874cc6f7873c3d8c76f25d6b83829a (patch) | |
tree | 50fe70940473a5cd40093c1c53650135e24ab651 /config/prod.exs | |
parent | bf391569cf83c3dec75fe1a6870ae0b9f228400b (diff) | |
parent | b9544d565d42cd0705f6f583b328d1034ae8ae97 (diff) | |
download | pleroma-3ecfe2a6d4874cc6f7873c3d8c76f25d6b83829a.tar.gz |
Merge branch 'develop' into feature/releases
Diffstat (limited to 'config/prod.exs')
-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 # |