Comparing version 1.0.16 to 1.0.18
@@ -350,4 +350,4 @@ /* | ||
if (err) { | ||
var msg = util.format('send failed for %d data points, going to save those in NeDB', dpCount) | ||
logger.warn(msg) | ||
var msg = util.format('Error: send failed for %d data points to %s', dpCount, url) | ||
logger.error(msg) | ||
self.emit('sendFailed', {msg: msg}) | ||
@@ -354,0 +354,0 @@ self.sendErrorHandler(err) |
@@ -28,3 +28,3 @@ /* | ||
dir: './spmlogs', | ||
level: 'debug', | ||
level: 'error', | ||
console: false, | ||
@@ -31,0 +31,0 @@ maxfiles: '3', |
{ | ||
"name": "spm-agent", | ||
"version": "1.0.16", | ||
"version": "1.0.18", | ||
"description": "Node.js agent framework for SPM by Sematext", | ||
@@ -9,5 +9,2 @@ "main": "lib/index.js", | ||
}, | ||
"bin": { | ||
"spmcfg": "./bin/spmcfg.js" | ||
}, | ||
"scripts": { | ||
@@ -14,0 +11,0 @@ "test": "mocha test/test.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149557
5
23
757