Remove redundant logger from Plug (#2303)

This commit is contained in:
Adam Rutkowski 2022-10-04 14:09:08 +02:00 committed by GitHub
parent 0bc762bfdc
commit 992ce0e802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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],