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 16731df commit 263ce7fCopy full SHA for 263ce7f
src/lib/logger/manager.rs
@@ -33,8 +33,8 @@ pub fn init() {
33
.with_line_number(true)
34
.with_span_events(fmt::format::FmtSpan::NONE)
35
.with_target(false)
36
- .with_thread_ids(true)
37
- .with_thread_names(true)
+ .with_thread_ids(false)
+ .with_thread_names(false)
38
.with_filter(console_env_filter);
39
40
// Configure the file log
0 commit comments