Stopped logging healthcheck requests (#659)

This commit is contained in:
Kieran
2025-03-17 14:48:07 -07:00
committed by GitHub
parent 4554648ba7
commit ee2db3e9b7
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ defmodule PinchflatWeb.Router do
scope "/", PinchflatWeb do
pipe_through :api
get "/healthcheck", HealthController, :check
get "/healthcheck", HealthController, :check, log: false
end
scope "/dev" do