Skip to content

Commit

Permalink
Update to pino@8.5.0 and pino-pretty@7.6.1 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfutse committed Sep 7, 2022
1 parent 29ee657 commit 20769fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"coveralls": "^3.1.1",
"flush-write-stream": "^2.0.0",
"make-promises-safe": "^5.1.0",
"pino-pretty": "^7.5.3",
"pino-pretty": "^7.6.1",
"pre-commit": "^1.2.2",
"split2": "^4.1.0",
"standard": "^17.0.0",
Expand All @@ -37,7 +37,7 @@
"@types/hapi__hapi": "^20.0.10",
"abstract-logging": "^2.0.1",
"get-caller-file": "^2.0.5",
"pino": "^7.8.1"
"pino": "^8.5.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ experiment('logs each request', () => {
})
await registerWithSink(server, 'info', (data, enc, cb) => {
if (data.res) {
expect(data.res.statusCode).to.equal(200)
expect(data.res.statusCode).to.equal(null)
expect(data.msg).to.match(/\[response\] get \/ - \(\d*ms\)/)
done()
}
Expand Down

0 comments on commit 20769fd

Please sign in to comment.