From e9ab54844563955e60331720ff183128b574552c Mon Sep 17 00:00:00 2001
From: Jason Volk <jason@zemos.net>
Date: Sat, 3 Aug 2024 00:27:18 +0000
Subject: [PATCH] tweak some tracing log levels

Signed-off-by: Jason Volk <jason@zemos.net>
---
 src/admin/debug/commands.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/admin/debug/commands.rs b/src/admin/debug/commands.rs
index 014ba79b..720e6f63 100644
--- a/src/admin/debug/commands.rs
+++ b/src/admin/debug/commands.rs
@@ -213,7 +213,7 @@ pub(super) async fn get_remote_pdu(
 				Error::BadRequest(ErrorKind::Unknown, "Received response from server but failed to parse PDU")
 			})?;
 
-			debug!("Attempting to parse PDU: {:?}", &response.pdu);
+			trace!("Attempting to parse PDU: {:?}", &response.pdu);
 			let parsed_pdu = {
 				let parsed_result = self
 					.services