forked from AkkomaGang/akkoma
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:
commit
eb3c47f1d8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
# Do not print debug messages in production
|
||||
config :logger, :console, level: :warn
|
||||
config :logger, :ex_syslogger, level: :warn
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue