towerops/lib/towerops_web
Graham McIntire fd317770fe
Fix health check logging with dynamic log level in endpoint
Use Plug.Telemetry's dynamic log level feature to disable logging for
/health requests. This is the proper Phoenix way to exclude specific
endpoints from request logs.

- Add log_level/1 function to endpoint that returns false for /health
- Configure Plug.Telemetry to use dynamic log level
- Remove log: false from router (handled by endpoint now)

This prevents Kubernetes health probe spam in application logs.
2026-01-06 13:57:32 -06:00
..
components Fix admin layout to use proper Phoenix component pattern 2026-01-06 13:04:22 -06:00
controllers Fix impersonation to show correct user data and banner 2026-01-06 13:22:13 -06:00
live Refactor credo issues: reduce complexity and nesting depth 2026-01-06 13:55:16 -06:00
endpoint.ex Fix health check logging with dynamic log level in endpoint 2026-01-06 13:57:32 -06:00
gettext.ex init 2025-12-21 11:10:43 -06:00
router.ex Fix health check logging with dynamic log level in endpoint 2026-01-06 13:57:32 -06:00
telemetry.ex format 2025-12-21 11:31:08 -06:00
user_auth.ex Fix exit impersonation redirect to go to default org equipment page 2026-01-06 13:55:57 -06:00