Skip to content

Commit

Permalink
revert logging
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Apr 27, 2024
1 parent 437dd13 commit afccdf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator_client/src/http_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ pub fn serve<T: 'static + SlotClock + Clone, E: EthSpec>(
log,
"HTTP API started";
"listen_address" => listening_socket.to_string(),
"api_token_file" => ?api_token_path,
);

Ok((listening_socket, server))
Expand Down

0 comments on commit afccdf8

Please sign in to comment.