changed log level for easier debug on the test server

This commit is contained in:
soulgalore 2019-09-23 02:41:50 +02:00
parent 78e28df70a
commit c9fdc7e9a3
1 changed files with 1 additions and 1 deletions

View File

@ -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 => {