@bakjs/logging
Advanced tools
Comparing version 2.6.0 to 2.6.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.6.1](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.6.0...@bakjs/logging@2.6.1) (2018-11-05) | ||
### Bug Fixes | ||
* ignore when there is no error ([ee2f050](https://github.com/bakjs/plugins/commit/ee2f050)) | ||
# [2.6.0](https://github.com/bakjs/plugins/compare/@bakjs/logging@2.5.1...@bakjs/logging@2.6.0) (2018-11-05) | ||
@@ -8,0 +19,0 @@ |
@@ -9,2 +9,6 @@ const { parseRequest, commonFormat } = require('./utils') | ||
{ name: 'request', channels: ['error', 'internal'] }, (request, { error, timestamp }, tags) => { | ||
if (!error) { | ||
return | ||
} | ||
// Parse request | ||
@@ -11,0 +15,0 @@ const reqInfo = parseRequest(request, timestamp) |
{ | ||
"name": "@bakjs/logging", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "7ff5b42c36956dbecf79676ebec3e37f210d5c68" | ||
"gitHead": "9ef4dd57b351461c3baaaf397cfa220d90ee12f0" | ||
} |
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
7522
58