Skip to content

Commit

Permalink
remove log line, I have no idea what connection establish rate is yet
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Jul 2, 2024
1 parent f96abc5 commit c0c816c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageserver/src/page_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ async fn page_service_conn_main(

let peer_addr = socket.peer_addr().context("get peer address")?;
tracing::Span::current().record("peer_addr", field::display(peer_addr));
info!("accepted connection");

// setup read timeout of 10 minutes. the timeout is rather arbitrary for requirements:
// - long enough for most valid compute connections
Expand Down

0 comments on commit c0c816c

Please sign in to comment.