Skip to content

Commit

Permalink
Streamread change loglevel
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Oct 20, 2024
1 parent 28bc3b5 commit 1202aaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Stream LocalGet()
var actualRead = fileStream.Read(buffer, 0, maxRead);
if ( actualRead != maxRead )
{
_logger.LogError("[StorageSubPathFileSystem] ReadStream: actualRead != maxRead");
_logger.LogDebug("[StorageSubPathFileSystem] ReadStream: actualRead != maxRead");
}

fileStream.Flush();
Expand Down

0 comments on commit 1202aaa

Please sign in to comment.