Skip to content

Commit

Permalink
partly revert 239d6b7
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaxer committed Dec 15, 2023
1 parent 2b9e225 commit 65745ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pageserver/src/tenant/storage_layer/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ impl Layer {

layer
.get_value_reconstruct_data(key, lsn_range, reconstruct_data, &self.0, ctx)
.instrument(tracing::debug_span!("get_value_reconstruct_data", layer=%self))
.instrument(tracing::info_span!("get_value_reconstruct_data", layer=%self))
.await
}

Expand Down

0 comments on commit 65745ce

Please sign in to comment.