From 6d8db915839872e22b7f14f3206fe10dc8f82e82 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Tue, 11 Nov 2025 21:49:00 +0100 Subject: [PATCH] Chore: reduce trace logging from libraries --- data/asusd.service | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/asusd.service b/data/asusd.service index efec55bb..df2c0751 100644 --- a/data/asusd.service +++ b/data/asusd.service @@ -6,7 +6,10 @@ After=nvidia-powerd.service systemd-udevd.service [Service] Environment=IS_SERVICE=1 -Environment=RUST_LOG="debug" +# Reduce noisy span logs while keeping useful debug info for asusd and related crates. +# Keep global level at info but allow debug for our crates; silence tracing::span (very noisy) +# RUST_LOG format: =,... (levels: error,warn,info,debug,trace) +Environment=RUST_LOG="info,asusd=debug,rog_platform=debug,tracing::span=error" # required to prevent init issues with hid_asus and MCU ExecStartPre=/bin/sleep 1 ExecStart=/usr/bin/asusd