mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
remove silent flag in favour of RUST_LOG
This commit is contained in:
parent
2934350485
commit
d24db63583
4 changed files with 12 additions and 14 deletions
|
|
@ -204,6 +204,11 @@ impl CertStore {
|
|||
a.len().cmp(&b.len()).reverse()
|
||||
});
|
||||
|
||||
log::debug!(
|
||||
"certs loaded for {:?}",
|
||||
certs.iter().map(|t| &t.0).collect::<Vec<_>>()
|
||||
);
|
||||
|
||||
Ok(Self { certs })
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue