@cumulus/logger
Advanced tools
Comparing version 2.0.7 to 3.0.0
@@ -38,4 +38,4 @@ "use strict"; | ||
name: error.name, | ||
message: error.message | ||
} | ||
message: error.message, | ||
}, | ||
}; | ||
@@ -101,7 +101,7 @@ if (error.stack) | ||
timestamp: (new Date()).toISOString(), | ||
version: this.version | ||
version: this.version, | ||
}; | ||
const logEvent = { | ||
...additionalKeys, | ||
...standardLogEvent | ||
...standardLogEvent, | ||
}; | ||
@@ -108,0 +108,0 @@ return this.pretty |
{ | ||
"name": "@cumulus/logger", | ||
"version": "2.0.7", | ||
"version": "3.0.0", | ||
"description": "A log library for use on Cumulus", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "edd391152ad6ef7cca6bc0eef17f622a26b4eeda" | ||
"gitHead": "d0abebc313a6622c255094b619ece161e8ef9c09" | ||
} |
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
20478