We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47bbfb commit d6aeaaaCopy full SHA for d6aeaaa
src/main.rs
@@ -356,7 +356,7 @@ fn run() -> Result<ExitCode> {
356
use crate::audit::AuditCore as _;
357
match base::new(audit_state.clone()) {
358
Ok(audit) => audit_registry.register_audit(base::ident(), Box::new(audit)),
359
- Err(e) => tracing::warn!("skipping {audit}: {e}", audit = base::ident()),
+ Err(e) => tracing::info!("skipping {audit}: {e}", audit = base::ident()),
360
}
361
}};
362
0 commit comments