Comparing version 0.0.8 to 0.0.9
@@ -83,2 +83,3 @@ 'use strict'; | ||
...logInfo, | ||
tags, | ||
source: logInfo.source || LOGS_SOURCE, | ||
@@ -98,4 +99,5 @@ isTest: testMode | ||
if (!kinesisBackupUrl) { | ||
this.localLog(['error'], { | ||
error: `Kinesis failed; no kinesisBackupUrl provided.\n\nError: ${err.message}` | ||
this.localLog(['error', 'kinene'], { | ||
error: `Kinesis failed; no kinesisBackupUrl provided.\n\nError: ${err.message}`, | ||
logInfo | ||
}); | ||
@@ -106,4 +108,5 @@ | ||
this.localLog(['error'], { | ||
error: `Kinesis failed: ${err.message}` | ||
this.localLog(['error', 'kinene'], { | ||
error: `Kinesis failed: ${err.message}`, | ||
logInfo | ||
}); | ||
@@ -110,0 +113,0 @@ |
{ | ||
"name": "kinene", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "wswoodruff", |
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
7308
161