Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 597feff

Browse files
author
Michal Vlasák
committed
Bump version
1 parent c1c565d commit 597feff

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.2.8] - 2018-10-15
2+
3+
### Changed
4+
- output format of express middleware logging
5+
6+
### Fixed
7+
- bug in `enableFields` options
8+
19
## [0.2.7] - 2018-10-10
210

311
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you use it together with logger's error express middleware, it will also log
8080
app.use(logger.expressError)
8181
```
8282

83-
All those log messages will contain request and possibly response, error, time from request to response and status code.
83+
All those log messages will contain request and possibly response, error, time from request to response, status code and `user-agent`, `x-deviceid` and `authorization` request headers.
8484

8585
## Environment-specific behavior
8686
`ackee-node-logger` is meant to be used throughout different environments (development, testing, production) and some of its configuration is setup differently based on the environment it runs in.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ackee-node-logger",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Ackee Node Logger",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)