diff --git a/examples/simple/manifest.json b/examples/simple/manifest.json index c989f3c..ce8c860 100644 --- a/examples/simple/manifest.json +++ b/examples/simple/manifest.json @@ -1,5 +1,6 @@ { "server": { + "debug": false }, "register": { "hapi-pino": { @@ -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" } } } diff --git a/package.json b/package.json index 3410c6d..af3d841 100644 --- a/package.json +++ b/package.json @@ -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"