From 5a90b24a126a849215d35edf0d24a3957746cf7a Mon Sep 17 00:00:00 2001 From: asonix Date: Sun, 17 Dec 2023 23:15:06 -0600 Subject: [PATCH] Update pict-rs.toml to reflect defaults --- pict-rs.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pict-rs.toml b/pict-rs.toml index 6130786..b342eef 100644 --- a/pict-rs.toml +++ b/pict-rs.toml @@ -68,11 +68,11 @@ format = 'normal' ## Optional: log targets # environment variable: PICTRS__TRACING__LOGGING__TARGETS -# default: warn,tracing_actix_web=info,actix_server=info,actix_web=info +# default: info # # Dictates which traces should print to stdout # Follows the same format as RUST_LOG -targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info' +targets = 'info' ## Optional: whether pict-rs should log the new & close span events for tracing spans to stdout # environment variable: PICTRS__TRACING__LOGGING__LOG_SPANS