see if it's the instrument()

This commit is contained in:
Christian Schwarz
2025-02-05 14:16:40 +01:00
parent 4d7111f240
commit f9528ec980

View File

@@ -1099,7 +1099,7 @@ impl PageServerHandler {
Ok(())
}
// and log the info! line inside the request span
.instrument(span.clone())
// .instrument(span.clone())
.await?;
}
Ok(())