forked from AkkomaGang/akkoma
Set Plug.Logger to log at :debug
level
This commit is contained in:
parent
ed92784e7c
commit
78299ab182
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue