We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695cde9 commit 384661fCopy full SHA for 384661f
README.md
@@ -29,6 +29,9 @@ async fn main() {
29
.with_target_writer("*", new_writer(tokio::io::stdout()))
30
.init();
31
32
+ // Or use the default:
33
+ // structured_logger::init();
34
+
35
let kv = ContextLog {
36
uid: "user123".to_string(),
37
action: "upate_book".to_string(),
src/lib.rs
@@ -44,6 +44,9 @@
44
//! .with_target_writer("*", new_writer(tokio::io::stdout()))
45
//! .init();
46
//!
47
+//! // Or use the default:
48
+//! // structured_logger::init();
49
+//!
50
//! let kv = ContextLog {
51
//! uid: "user123".to_string(),
52
//! action: "upate_book".to_string(),
0 commit comments