mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-08-17 21:15:41 +02:00
Change a debug! log to trace!
This commit is contained in:
@@ -11,7 +11,7 @@ use core::fmt::Debug;
|
||||
|
||||
use octseq::builder::FromBuilder;
|
||||
use octseq::{OctetsFrom, OctetsInto};
|
||||
use tracing::debug;
|
||||
use tracing::{debug, trace};
|
||||
|
||||
use crate::base::Name;
|
||||
use crate::base::cmp::CanonicalOrd;
|
||||
@@ -199,7 +199,7 @@ where
|
||||
&mut reusable_scratch,
|
||||
)?;
|
||||
rrsigs.push(rrsig_rr);
|
||||
debug!(
|
||||
trace!(
|
||||
"Signed {} RRSET at {} with keytag {}",
|
||||
rrset.rtype(),
|
||||
rrset.owner(),
|
||||
|
||||
Reference in New Issue
Block a user