Skip to content

Commit

Permalink
feat: Remove tracing args duplicated in span
Browse files Browse the repository at this point in the history
  • Loading branch information
morgsmccauley committed Feb 14, 2024
1 parent c9f046c commit 8d0c60e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions block-streamer/src/block_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ async fn process_delta_lake_blocks(
..
} => {
tracing::debug!(
account_id = indexer.account_id.as_str(),
function_name = indexer.function_name,
"Fetching block heights starting from {} from delta lake",
start_block_height,
);
Expand All @@ -206,8 +204,6 @@ async fn process_delta_lake_blocks(
}?;

tracing::debug!(
account_id = indexer.account_id.as_str(),
function_name = indexer.function_name,
"Flushing {} block heights from index files to Redis Stream",
blocks_from_index.len(),
);
Expand Down

0 comments on commit 8d0c60e

Please sign in to comment.