aboutsummaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-08 18:02:57 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-08 18:02:57 +0300
commit4f5149c93be8d0abffca2aa74984b03d8e27739d (patch)
treee27dbd123955376adb166b02191f3fd7808e9258 /config/prod.exs
parentd5330ed12561377e5c464bcc2774ebc692b9ac07 (diff)
downloadpleroma-4f5149c93be8d0abffca2aa74984b03d8e27739d.tar.gz
Set default loglevel to `warn` in prod
It's rare that info logs are needed to debug the issue, so I would suggest setting them to warn in prod by default to make finding the relevant parts easier and potentially even decrease cpu usage on bigger instances Closes #962
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 d0cfd1ac2..1179cf3b0 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -18,7 +18,7 @@ config :pleroma, Pleroma.Web.Endpoint,
protocol: "http"
# Do not print debug messages in production
-config :logger, level: :info
+config :logger, level: :warn
# ## SSL Support
#