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
This commit is contained in:
rinpatch 2019-06-08 18:02:57 +03:00
commit 4f5149c93b
2 changed files with 2 additions and 1 deletions

View file

@ -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
#