don't instrument, now this is equivalent to 0cd4e120da

This commit is contained in:
Christian Schwarz
2025-02-07 02:18:41 +01:00
parent 1ce78b39fe
commit 47c4c33e0e

View File

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