소스 검색

取消超时日志

老九 3 년 전
부모
커밋
1f0e7dc456
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      FastGithub.DomainResolve/DnsClient.cs

+ 0 - 1
FastGithub.DomainResolve/DnsClient.cs

@@ -128,7 +128,6 @@ namespace FastGithub.DomainResolve
             }
             catch (OperationCanceledException)
             {
-                this.logger.LogWarning($"{endPoint.Host}@{dns}:请求超时。");
                 return Array.Empty<IPAddress>();
             }
             catch (Exception ex)