From 8d8b8f37bf00ce466e970116d3654db5dd23f1bd Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 20 May 2022 02:04:39 +0000 Subject: [PATCH] no more tokio-console --- web3-proxy/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web3-proxy/src/main.rs b/web3-proxy/src/main.rs index a83ec7ab..de69c9c0 100644 --- a/web3-proxy/src/main.rs +++ b/web3-proxy/src/main.rs @@ -28,8 +28,8 @@ fn main() -> anyhow::Result<()> { } // install global collector configured based on RUST_LOG env var. - // tracing_subscriber::fmt().init(); - console_subscriber::init(); + tracing_subscriber::fmt().init(); + // console_subscriber::init(); fdlimit::raise_fd_limit();