Merge branch 'fix/debug-logs' into 'develop'
Set console logs to :info for Elixir 1.15+ See merge request pleroma/pleroma!4151
This commit is contained in:
commit
1071632a50
2 changed files with 1 additions and 0 deletions
0
changelog.d/debug-logs.skip
Normal file
0
changelog.d/debug-logs.skip
Normal file
|
@ -21,6 +21,7 @@
|
|||
|
||||
# Do not print debug messages in production
|
||||
config :logger, Logger.Backends.Console, level: :info
|
||||
config :logger, :console, level: :info
|
||||
config :logger, :ex_syslogger, level: :info
|
||||
|
||||
# ## SSL Support
|
||||
|
|
Loading…
Reference in a new issue