Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: excessive info from /health
Browse files Browse the repository at this point in the history
  • Loading branch information
taco-paco committed Oct 16, 2024
1 parent 9364af2 commit a1e55b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy_static! {
static ref SPAWN_SEMAPHORE: Semaphore = Semaphore::new(PROCESS_SPAWN_LIMIT);
}

#[instrument]
#[instrument(skip(engine))]
#[get("/health")]
pub async fn health(engine: &State<WorkerEngine>) -> HealthCheckResponse {
info!("/health");
Expand Down

0 comments on commit a1e55b2

Please sign in to comment.