Skip to content

Commit

Permalink
chore(metrics): remove redundant starting metrics log (paradigmxyz#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored and reymom committed Oct 15, 2024
1 parent 7b74cb4 commit 19338ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/node/metrics/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use metrics_process::Collector;
use reth_metrics::metrics::Unit;
use reth_tasks::TaskExecutor;
use std::{convert::Infallible, net::SocketAddr, sync::Arc};
use tracing::info;

/// Configuration for the [`MetricServer`]
#[derive(Debug)]
Expand Down Expand Up @@ -53,8 +52,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 19338ba

Please sign in to comment.