From 1bff08ae863e9bfcb4ef3605178dc232f6971d7f Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Tue, 10 Dec 2024 13:31:04 +0200 Subject: [PATCH] docs: update API reference (#2095) Signed-off-by: Emmanuel Ferdman --- docs/help.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/help.md b/docs/help.md index 90f2dd31f..623d0a2a4 100644 --- a/docs/help.md +++ b/docs/help.md @@ -125,7 +125,7 @@ ExecStart=/bin/sh -c '/path/to/node app.js | pino-transport' Pino's default log destination is the singular destination of `stdout`. While not recommended for performance reasons, multiple destinations can be targeted -by using [`pino.multistream`](/doc/api.md#pino-multistream). +by using [`pino.multistream`](/docs/api.md#pino-multistream). In this example, we use `stderr` for `error` level logs and `stdout` as default for all other levels (e.g. `debug`, `info`, and `warn`).