File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.ComponentDetection.Detectors/rust Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ protected override async Task OnFileFoundAsync(
252252 var normDirectory = this . pathUtilityService . NormalizePath ( directory ) ;
253253 var fileName = Path . GetFileName ( location ) ;
254254
255- this . Logger . LogInformation ( "Processing file: {Location}" , normLocation ) ;
255+ this . Logger . LogDebug ( "Processing file: {Location}" , normLocation ) ;
256256
257257 // Determine file kind
258258 FileKind fileKind ;
@@ -272,7 +272,7 @@ protected override async Task OnFileFoundAsync(
272272 // Check if directory should be skipped
273273 if ( this . ShouldSkip ( directory , fileKind , location ) )
274274 {
275- this . Logger . LogInformation ( "Skipping file due to skip rules: {Location}" , normLocation ) ;
275+ this . Logger . LogDebug ( "Skipping file due to skip rules: {Location}" , normLocation ) ;
276276
277277 // Increment skip counters
278278 switch ( fileKind )
You can’t perform that action at this time.
0 commit comments