Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Dec 12, 2024
1 parent 8b9f93c commit 1f2006e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::LogEmit;
pub fn test_tracing_subscriber(log_config: String, log_tx: LogEmit) -> impl Subscriber {
let filter = telemetry::filter::EnvFilterBuilder::new()
.with_log_level(&log_config)
.log_queries(true)
.build();

let fmt_layer = tracing_subscriber::fmt::layer()
Expand Down

0 comments on commit 1f2006e

Please sign in to comment.