Default log level for syslog in prod should also be :warn
This commit is contained in:
parent
dc9090810d
commit
f673e3deef
@ -21,6 +21,7 @@ config :phoenix, serve_endpoints: true
|
|||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
config :logger, :console, level: :warn
|
config :logger, :console, level: :warn
|
||||||
|
config :logger, :ex_syslogger, level: :warn
|
||||||
|
|
||||||
# ## SSL Support
|
# ## SSL Support
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user