Set Plug.Logger to log at `:debug` level

This commit is contained in:
Egor Kislitsyn 2019-12-09 19:12:24 +07:00
parent ed92784e7c
commit 78299ab182
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ defmodule Pleroma.Web.Endpoint do
plug(Pleroma.Plugs.TrailingFormatPlug)
plug(Plug.RequestId)
plug(Plug.Logger)
plug(Plug.Logger, log: :debug)
plug(
Plug.Parsers,