Skip to content

Commit c647408

Browse files
Update src/lib.rs
Co-authored-by: Francesco Guardiani <francescoguard@gmail.com>
1 parent 265434d commit c647408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
//!
196196
//! ### Logging
197197
//!
198-
//! The rust SDK uses the [tracing crate][tracing], so you need to configure the `tracing_subscriber` to get logs:
198+
//! This crate uses the [tracing crate][tracing] to emit logs, so you'll need to configure a tracing subscriber to get logs. For example, to configure console logging using `tracing_subscriber::fmt`:
199199
//! ```rust,no_run
200200
//! #[tokio::main]
201201
//! async fn main() {

0 commit comments

Comments
 (0)