Merge branch 'fix/prod-syslog-level' into 'develop'

Default log level for syslog in prod should also be :warn

See merge request pleroma/pleroma!2011
This commit is contained in:
feld 2019-11-26 12:03:44 +00:00
commit eb3c47f1d8
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ config :phoenix, serve_endpoints: true
# Do not print debug messages in production
config :logger, :console, level: :warn
config :logger, :ex_syslogger, level: :warn
# ## SSL Support
#