Skip to content

Commit

Permalink
Remove replace console subscriber with tracing subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Mar 27, 2024
1 parent 13e0072 commit 26222f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite-rpc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ pub async fn start_lite_rpc(args: Config, rpc_client: Arc<RpcClient>) -> anyhow:

#[tokio::main(flavor = "multi_thread", worker_threads = 16)]
pub async fn main() -> anyhow::Result<()> {
console_subscriber::init();
tracing_subscriber::fmt::init();

let config = Config::load().await?;

Expand Down

0 comments on commit 26222f9

Please sign in to comment.