@bakjs/logging
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.5.1"></a> | ||
## [2.5.1](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.5.0...@bakjs/logging@2.5.1) (2018-09-05) | ||
### Bug Fixes | ||
* **logging:** log internal errors ([6187ad3](https://github.com/bakjs/plugins/commit/6187ad3)) | ||
<a name="2.5.0"></a> | ||
@@ -8,0 +19,0 @@ # [2.5.0](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.4.0...@bakjs/logging@2.5.0) (2018-02-08) |
@@ -7,3 +7,3 @@ const { parseRequest, commonFormat, formatJOSN, formatError } = require('./utils') | ||
server.events.on( | ||
{ name: 'request', channels: 'error' }, (request, { error, timestamp }, tags) => { | ||
{ name: 'request', channels: ['error', 'internal'] }, (request, { error, timestamp }, tags) => { | ||
// Parse request | ||
@@ -10,0 +10,0 @@ const reqInfo = parseRequest(request, timestamp) |
{ | ||
"name": "@bakjs/logging", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
6646