Log influxdb annotations on debug level, not info
This commit is contained in:
parent
368636b24a
commit
a70e472f52
|
|
@ -84,7 +84,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
log.info('Send annotation to Influx: %j', postData);
|
||||
log.debug('Send annotation to Influx: %j', postData);
|
||||
// not perfect but maybe work for us
|
||||
const lib = options.influxdb.protocol === 'https' ? https : http;
|
||||
const req = lib.request(postOptions, res => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue