Skip to content

Commit

Permalink
chore(metrics): remove redundant starting metrics log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Oct 9, 2024
1 parent 076b1a2 commit 803a590
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/node/metrics/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ impl MetricServer {
let MetricServerConfig { listen_addr, hooks, task_executor, version_info, chain_spec_info } =
&self.config;

info!(target: "reth::cli", addr = %listen_addr, "Starting metrics endpoint");

let hooks = hooks.clone();
self.start_endpoint(
*listen_addr,
Expand Down

0 comments on commit 803a590

Please sign in to comment.