Created FilterNoisyLogs plug that disables Phoenix logging for both request and response logs by setting conn.private.phoenix_log to false. This prevents both: - Initial request log (Plug.Telemetry) - Response log (Phoenix.Logger "Sent 200 in Xms") Filters: - GET /health (Kubernetes probes) - HEAD / (external uptime monitors) |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| graphql | ||
| helpers | ||
| live | ||
| plugs | ||
| changelog_parser.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| gettext_helpers.ex | ||
| permissions.ex | ||
| plug_exceptions.ex | ||
| router.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||