Skip to content

Commit

Permalink
Enable extended tracing for HTTP server
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Sep 5, 2024
1 parent 9b8694d commit d0b5f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/bin/zksync_server/src/node_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ impl MainNodeBuilder {
subscriptions_limit: Some(rpc_config.subscriptions_limit()),
batch_request_size_limit: Some(rpc_config.max_batch_request_size()),
response_body_size_limit: Some(rpc_config.max_response_body_size()),
with_extended_tracing: rpc_config.extended_api_tracing,
..Default::default()
};
self.node.add_layer(Web3ServerLayer::http(
Expand Down

0 comments on commit d0b5f7f

Please sign in to comment.