diff --git a/lib/towerops_web/router.ex b/lib/towerops_web/router.ex index 7c74ae41..875b7b3f 100644 --- a/lib/towerops_web/router.ex +++ b/lib/towerops_web/router.ex @@ -20,7 +20,7 @@ defmodule ToweropsWeb.Router do # Health check endpoint for Kubernetes probes (no authentication required) scope "/", ToweropsWeb do - get "/health", HealthController, :index + get "/health", HealthController, :index, log: false end scope "/", ToweropsWeb do