Skip to content
Snippets Groups Projects
Commit e9ab5484 authored by Jason Volk's avatar Jason Volk
Browse files

tweak some tracing log levels


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent 15184d1a
No related branches found
No related tags found
1 merge request!545Admin command tracing capture
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment