Allow mix tasks to always run with debug logging
This commit is contained in:
parent
27f73d38c0
commit
ff9133b978
4 changed files with 4 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ config :pleroma, Pleroma.Web.Endpoint,
|
|||
config :phoenix, serve_endpoints: true
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :warn
|
||||
config :logger, :console, level: :warn
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue