Skip to content

Commit 0601d30

Browse files
committed
Reduce log severity
1 parent 6262de0 commit 0601d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sanchez.Processing/Services/SatelliteRegistry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private async Task InitializeImagePathsAsync()
8888
if (definition.RootDirectory != null &&
8989
!fullPath.StartsWith(definition.RootDirectory, StringComparison.OrdinalIgnoreCase))
9090
{
91-
logger.LogWarning(
91+
logger.LogTrace(
9292
"Skipping {Definition} handler for {Filename} as it is not under the root directory {RootDirectory}",
9393
definition.DisplayName, filename, definition.RootDirectory);
9494

0 commit comments

Comments
 (0)