1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-03 07:45:09 +01:00

Set console logs to :info for Elixir 1.15+

This commit is contained in:
Mark Felder 2024-06-19 23:25:25 -04:00
parent 9a4cdde5c9
commit e1e099d3bf
2 changed files with 1 additions and 0 deletions

View File

View 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