From 639265c4bd87f9196175aeeb3f17fbb193029475 Mon Sep 17 00:00:00 2001 From: "Willow (GHOST)" Date: Mon, 20 Jun 2022 16:10:59 +0100 Subject: [PATCH] add note about deprecated option (#170) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6639422..5f57e02 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,8 @@ events"](#hapievents) section. **Default**: `false` + > This option is now deprecated, you should use the `transport` option. You can [view how to use it here](https://github.com/pinojs/pino-pretty#programmatic-integration). This will also allow you full customisation over `pino-pretty` + Pretty print the logs (same as `node server | pino`), disabled in production. Enable in development by passing `true` ### `options.tags: ({ [key in pino.Level]?: string })`