Skip to content

Commit 4808c87

Browse files
author
Aayush Maini
committed
Reduce log level for fallback ownership
1 parent abc9a23 commit 4808c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ComponentDetection.Detectors/rust/Parsers/RustSbomParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ private void ApplyOwners(
265265

266266
if (!ownersApplied)
267267
{
268-
this.logger.LogWarning("Falling back to SBOM recorder for {Id} because no ownership found", id);
268+
this.logger.LogDebug("Falling back to SBOM recorder for {Id} because no ownership found", id);
269269

270270
// Fallback to SBOM recorder if no ownership info
271271
fallbackRecorder.RegisterUsage(

0 commit comments

Comments
 (0)