From 1202aaae13b1d7fb81017ed87b542adaab5c6cfb Mon Sep 17 00:00:00 2001 From: Dion Date: Sun, 20 Oct 2024 10:45:06 +0200 Subject: [PATCH] Streamread change loglevel --- .../Storage/StorageSubPathFilesystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starsky/starsky.foundation.storage/Storage/StorageSubPathFilesystem.cs b/starsky/starsky.foundation.storage/Storage/StorageSubPathFilesystem.cs index d975556b7a..6ed3e4833f 100644 --- a/starsky/starsky.foundation.storage/Storage/StorageSubPathFilesystem.cs +++ b/starsky/starsky.foundation.storage/Storage/StorageSubPathFilesystem.cs @@ -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();