Browse Source

调整日志

develop
H Vs 8 months ago
parent
commit
8e18ad7794
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs

+ 1
- 1
NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs View File

@@ -34,7 +34,7 @@ namespace NearCardAttendance.Service.TcpServer.Handler
try try
{ {
string content = message.ToString(Encoding.ASCII); string content = message.ToString(Encoding.ASCII);
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} -- 最开始接受内容:{content}");
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} --{context.Channel} -- 最开始接受内容:{content}");


ProcessMessage(context, content); ProcessMessage(context, content);
} }


Loading…
Cancel
Save