@pager/logger
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -11,3 +11,6 @@ 'use strict' | ||
if (config.patchGlobal) { | ||
client.patchGlobal() | ||
client.patchGlobal((err) => { | ||
console.error(err) | ||
process.exit(1) | ||
}) | ||
} | ||
@@ -14,0 +17,0 @@ |
{ | ||
"name": "@pager/logger", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Logging library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -47,6 +47,6 @@ # logger | ||
{ | ||
"log":{ | ||
"log": { | ||
"patchGlobal": true, | ||
"levels":{ | ||
"console":"debug" | ||
"levels": { | ||
"console": "debug" | ||
} | ||
@@ -53,0 +53,0 @@ } |
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
8385
50