changed log level for easier debug on the test server
This commit is contained in:
parent
78e28df70a
commit
c9fdc7e9a3
|
|
@ -84,7 +84,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
log.verbose('Send annotation to Influx: %j', postData);
|
||||
log.info('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