chore: 添加网络检查结果debug日志
This commit is contained in:
@@ -31,6 +31,7 @@ func (a *checker) NetOk(transport *http.Transport) bool {
|
|||||||
Transport: transport,
|
Transport: transport,
|
||||||
})
|
})
|
||||||
if e != nil {
|
if e != nil {
|
||||||
|
Log.Debug(e)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
_ = res.Body.Close()
|
_ = res.Body.Close()
|
||||||
|
|||||||
Reference in New Issue
Block a user