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 d8e9c92 commit b52d243Copy full SHA for b52d243
src/utils/tracing.rs
@@ -11,7 +11,7 @@ const TRACING_LOG_JSON: &str = "TRACING_LOG_JSON";
11
///
12
macro_rules! install_fmt {
13
(json @ $registry:ident, $filter:ident) => {{
14
- let fmt = tracing_subscriber::fmt::layer().json().with_filter($filter);
+ let fmt = tracing_subscriber::fmt::layer().json().with_span_list(true).with_filter($filter);
15
$registry.with(fmt).init();
16
}};
17
(log @ $registry:ident, $filter:ident) => {{
0 commit comments