express-errorlog
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "express-errorlog", | ||
"description": "Error handling and logging for Express (4.x)", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Pier Fumagalli", |
@@ -67,3 +67,3 @@ 'use strict'; | ||
response.request_id = req.id; | ||
format = '%s -' + format; | ||
format = '%s - ' + format; | ||
args.unshift(req.id); | ||
@@ -70,0 +70,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
20927