btrz-logger
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "btrz-logger", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "A multi-transport logger", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ "use strict"; | ||
constructor(options) { | ||
options.levels = {debug: 0, info: 1, error: 2, fatal: 3}; | ||
options.levels = {access: 0, debug: 1, info: 2, error: 3, fatal: 4}; | ||
this.logger = logentries.logger(options); | ||
@@ -11,0 +11,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
9276