diff --git a/lib/woodland.js b/lib/woodland.js index 191906f..aadc508 100644 --- a/lib/woodland.js +++ b/lib/woodland.js @@ -218,7 +218,7 @@ class Woodland extends EventEmitter { } if (this.logging.enabled) { - this.log(`type=decorate, message="Decorated request from ${req.ip}"`, "debug"); + this.log(`type=decorate, uri=${req.parsed.pathname}, method=${req.method}, ip=${req.ip}, message="Decorated request from ${req.ip}"`, "debug"); } } diff --git a/package-lock.json b/package-lock.json index f0e6539..83e57d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "woodland", - "version": "15.1.4", + "version": "15.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "15.1.4", + "version": "15.1.5", "license": "BSD-3-Clause", "dependencies": { "mime-db": "^1.45.0", diff --git a/package.json b/package.json index 198c52c..a8500fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "woodland", - "version": "15.1.4", + "version": "15.1.5", "description": "Lightweight HTTP router with automatic headers", "main": "index.js", "scripts": {