update influx err msg
This commit is contained in:
parent
98cb26e310
commit
6221a58062
@ -97,7 +97,10 @@ export default class Server {
|
||||
.timestamp(response.timestamp)
|
||||
);
|
||||
} catch (err) {
|
||||
logger.warn(`Failed to write ping to influxdb`, err);
|
||||
logger.warn(
|
||||
`Failed to write point to Influx for ${this.getName()} - ${this.getIP()}`,
|
||||
err
|
||||
);
|
||||
}
|
||||
|
||||
return Promise.resolve(response);
|
||||
|
Loading…
Reference in New Issue
Block a user