aboutsummaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-09 13:55:32 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-09 13:55:32 +0300
commit3ecfe2a6d4874cc6f7873c3d8c76f25d6b83829a (patch)
tree50fe70940473a5cd40093c1c53650135e24ab651 /config/prod.exs
parentbf391569cf83c3dec75fe1a6870ae0b9f228400b (diff)
parentb9544d565d42cd0705f6f583b328d1034ae8ae97 (diff)
downloadpleroma-3ecfe2a6d4874cc6f7873c3d8c76f25d6b83829a.tar.gz
Merge branch 'develop' into feature/releases
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs2
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
#