We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
thread_id
1 parent c0112f6 commit 7f5639cCopy full SHA for 7f5639c
src/logger.rs
@@ -8,6 +8,7 @@ pub fn init(args: &Args) {
8
let filter = EnvFilter::from_default_env().add_directive(args.log_level.into());
9
10
let trace_sub = tracing_subscriber::fmt()
11
+ .with_thread_ids(true)
12
.with_env_filter(filter)
13
.with_ansi(!args.no_color);
14
0 commit comments