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