增加端口日志
This commit is contained in:
parent
ff3687eec6
commit
e308612b3f
@ -111,7 +111,7 @@ namespace FastGithub.DomainResolve
|
|||||||
if (oldSegmentum.SequenceEqual(newSegmentum) == false)
|
if (oldSegmentum.SequenceEqual(newSegmentum) == false)
|
||||||
{
|
{
|
||||||
var addressArray = string.Join(", ", newSegmentum.Select(item => item.ToString()));
|
var addressArray = string.Join(", ", newSegmentum.Select(item => item.ToString()));
|
||||||
this.logger.LogInformation($"{dnsEndPoint.Host}->[{addressArray}]");
|
this.logger.LogInformation($"{dnsEndPoint.Host}:{dnsEndPoint.Port}->[{addressArray}]");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user