mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(metrics): remove redundant starting metrics log (#11621)
This commit is contained in:
@ -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)]
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user