We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319ad25 commit d7443f8Copy full SHA for d7443f8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.9
4
+
5
+* Log only standard `request.headers`
6
+* Log only specified `request.params` via `params` middleware option
7
8
## 0.8
9
10
* Add `getMetadata` option to append metadata with middleware
package.json
@@ -1,6 +1,6 @@
{
"name": "@bufferapp/logger",
- "version": "0.8.0",
+ "version": "0.9.0",
"description": "Logging for Buffer.com's node applications",
"main": "logger.js",
"scripts": {
0 commit comments