configurable ping fail logs (#203)
* ping fail log configurable * fix json * fix config namespace in ping * changes
This commit is contained in:
@ -135,7 +135,7 @@ class PingController {
|
||||
const version = serverRegistration.getNextProtocolVersion()
|
||||
|
||||
ping(serverRegistration, config.rates.connectTimeout, (err, resp) => {
|
||||
if (err) {
|
||||
if (err && config.logFailedPings !== false) {
|
||||
logger.log('error', 'Failed to ping %s: %s', serverRegistration.data.ip, err.message)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user