Allow mix tasks to always run with debug logging
[akkoma] / config / prod.exs
index 9c205cbd2f02cde66445e94235a807413dcf70e0..301d2b9cb9c361fc267100d383160a91b2f588ac 100644 (file)
@@ -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
 #