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

This commit is contained in:
Mark Felder 2019-11-26 05:46:48 -06:00
parent dc9090810d
commit f673e3deef
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
#