examples: fix reconnecting logging target (#1733)

This commit is contained in:
Niklas Adolfsson
2024-08-28 19:51:53 +02:00
committed by GitHub
parent e6d9f80d9e
commit 374193ac31
@@ -2,7 +2,7 @@
//! which hidden behind behind `--feature unstable-reconnecting-rpc-client`
//!
//! To utilize full logs from the RPC client use:
//! `RUST_LOG="jsonrpsee=trace,reconnecting_jsonrpsee_ws_client=trace"`
//! `RUST_LOG="jsonrpsee=trace,subxt-reconnecting-rpc-client=trace"`
#![allow(missing_docs)]