Sfoglia il codice sorgente

取消超时日志

老九 3 anni fa
parent
commit
1f0e7dc456
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)