@cumulus/logger
Advanced tools
Comparing version 1.15.0 to 1.16.0
{ | ||
"name": "@cumulus/logger", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "A log library for use on Cumulus", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "49b3722e27bc5714f4220dedb87dc44b682886fd" | ||
"gitHead": "00942fc9bfd7569506e0f8a2111297e1b3a85e43" | ||
} |
@@ -35,5 +35,5 @@ # @cumulus/logger | ||
```bash | ||
npm install @cumulus/logger | ||
``` | ||
$ npm install @cumulus/logger | ||
``` | ||
@@ -99,6 +99,6 @@ ## Usage | ||
* **error** (Object) | ||
* **name** (string) | ||
* **message** (string) | ||
* **stack** (Array\<string\>) - the lines of the stack trace | ||
- **error** (Object) | ||
- **name** (string) | ||
- **message** (string) | ||
- **stack** (Array\<string\>) - the lines of the stack trace | ||
@@ -164,3 +164,3 @@ ### log.fatal([...messageArgs]) | ||
## What is Cumulus? | ||
## About Cumulus | ||
@@ -174,2 +174,2 @@ Cumulus is a cloud-based data ingest, archive, distribution and management | ||
See [Cumulus README](https://github.com/nasa/cumulus/blob/master/README.md#installing-and-deploying) | ||
To make a contribution, please [see our contributing guidelines](https://github.com/nasa/cumulus/blob/master/CONTRIBUTING.md). |
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
17785