mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
out of curiosity, use threaded tracing_chrome
This commit is contained in:
@@ -185,7 +185,7 @@ pub fn init(
|
||||
.into()
|
||||
{
|
||||
let (layer, guard) = tracing_chrome::ChromeLayerBuilder::new()
|
||||
.trace_style(tracing_chrome::TraceStyle::Async)
|
||||
.trace_style(tracing_chrome::TraceStyle::Threaded)
|
||||
.build();
|
||||
layers.add_layer(layer.with_filter(rust_log_env_filter()));
|
||||
Some(guard)
|
||||
|
||||
Reference in New Issue
Block a user