소스 검색

Don't log message info

Bond-009 5 년 전
부모
커밋
ee964f8a58
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Emby.Server.Implementations/HttpServer/WebSocketConnection.cs

+ 0 - 2
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs

@@ -220,8 +220,6 @@ namespace Emby.Server.Implementations.HttpServer
                 Connection = this
             };
 
-            _logger.LogDebug("WS {IP} message info: {@MessageInfo}", RemoteEndPoint, info);
-
             await OnReceive(info).ConfigureAwait(false);
 
             // Stop reading if there's no more data coming