From 90065a7db54da058e56c7826d65bb897d4a4be66 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 30 Sep 2023 16:26:59 -0500 Subject: [PATCH] Change targets in dev.toml to 'info' --- dev.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.toml b/dev.toml index 257b785..7a3ae3f 100644 --- a/dev.toml +++ b/dev.toml @@ -5,7 +5,7 @@ max_file_count = 10 [tracing.logging] format = 'normal' -targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info' +targets = 'info' [tracing.console] buffer_capacity = 102400