We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acced9 commit 6e2304cCopy full SHA for 6e2304c
crates/wasm-pkg-client/src/oci/loader.rs
@@ -36,7 +36,7 @@ impl PackageLoader for OciBackend {
36
yanked: false,
37
}),
38
Err(err) => {
39
- tracing::warn!(?tag, error = ?err, "Ignoring invalid version tag");
+ tracing::debug!(?tag, error = ?err, "Ignoring invalid version tag");
40
None
41
}
42
})
0 commit comments