mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-13 12:31:13 +00:00
Set console logs to :info for Elixir 1.15+
This commit is contained in:
parent
9a4cdde5c9
commit
e1e099d3bf
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 @@ config :phoenix, serve_endpoints: true
|
|||
|
||||
# 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