mirror of
https://github.com/plausible/analytics.git
synced 2025-01-02 22:48:25 +03:00
Remove redundant logger from Plug (#2303)
This commit is contained in:
parent
0bc762bfdc
commit
992ce0e802
@ -32,7 +32,6 @@ defmodule PlausibleWeb.Endpoint do
|
||||
plug Plug.RequestId
|
||||
plug PromEx.Plug, prom_ex_module: Plausible.PromEx
|
||||
plug Plug.Telemetry, event_prefix: [:phoenix, :endpoint]
|
||||
plug Plug.Logger
|
||||
|
||||
plug Plug.Parsers,
|
||||
parsers: [:urlencoded, :multipart, :json],
|
||||
|
Loading…
Reference in New Issue
Block a user