projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed92784
)
Set Plug.Logger to log at `:debug` level
author
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 9 Dec 2019 12:12:24 +0000
(19:12 +0700)
committer
Egor Kislitsyn
<egor@kislitsyn.com>
Mon, 9 Dec 2019 12:12:24 +0000
(19:12 +0700)
lib/pleroma/web/endpoint.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/endpoint.ex
b/lib/pleroma/web/endpoint.ex
index 49735b5c2f858fd38e0cb8aa13baa2b7a7e9de1e..5fcce7ca24fbd204cafde794a65a4f50258def42 100644
(file)
--- a/
lib/pleroma/web/endpoint.ex
+++ b/
lib/pleroma/web/endpoint.ex
@@
-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,