日志优化。

pull/376/head
王良 2024-11-07 16:34:52 +08:00
parent e9c78eb915
commit 935f840ef8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ module.exports = {
callback(null, aliveIpObj.host, 4)
return
} else {
log.info(`----- ${action}: ${hostname}, no alive ip${target}, tester:`, tester)
log.info(`----- ${action}: ${hostname}, no alive ip${target}, tester: { "ready": ${tester.ready}, "backupList": ${JSON.stringify(tester.backupList)} }`)
}
}
dns.lookup(hostname).then(ip => {