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) |
||
|---|---|---|
| .. | ||
| api_auth.ex | ||
| brute_force_protection.ex | ||
| capture_timezone.ex | ||
| check_policy_consent.ex | ||
| detect_eu_user.ex | ||
| filter_noisy_logs.ex | ||
| graphql_introspection.ex | ||
| mobile_auth.ex | ||
| rate_limit.ex | ||
| remote_ip_logger.ex | ||
| security_headers.ex | ||
| update_session_activity.ex | ||
| webhook_auth.ex | ||