Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Upgrade hapi pino to 911 #52

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions examples/simple/manifest.json
@@ -1,5 +1,6 @@
{
"server": {
"debug": false
},
"register": {
"hapi-pino": {
Expand All @@ -18,10 +19,10 @@
"target": "pino-pretty",
"options": {
"singleLine": true,
"colorize": true,
"mkdir": true,
"append": false,
"destination": "logs/output.log"
"colorize": true
// "mkdir": true,
// "append": false,
// "destination": "logs/output.log"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"@hapi/crumb": "^8.0.0",
"@hapi/hoek": "^9.0.4",
"@vrbo/steerage": "^12.1.3",
"hapi-pino": "^9.0.0",
"hapi-pino": "^9.1.1",
"joi": "^17.2.0",
"pino-pretty": "^7.2.0",
"shortstop-handlers": "^1.0.1"
Expand Down