forked from AkkomaGang/akkoma
Default log level for syslog in prod should also be :warn
This commit is contained in:
parent
dc9090810d
commit
f673e3deef
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
# 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 a new issue