Allow mix tasks to always run with debug logging

This commit is contained in:
Mark Felder 2019-11-19 16:01:17 -06:00
commit ff9133b978
4 changed files with 4 additions and 2 deletions

View file

@ -180,6 +180,7 @@ config :pleroma, Pleroma.Web.Endpoint,
# Configures Elixir's Logger
config :logger, :console,
level: :debug,
format: "$time $metadata[$level] $message\n",
metadata: [:request_id]