From 9ac280a964dcbc36337fabf499e37daedc9740ed Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Tue, 7 Nov 2023 14:55:14 -0500 Subject: [PATCH] chore: we no longer support debug flags (#45) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 024f08d..0ccaf37 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A custom destination for [pino](https://github.com/pinojs/pino) that takes advan By default, this destination reformats the log output so it matches the existing Cloudwatch format. The default pino log format [loses some of the built in support for request ID tracing](https://github.com/pinojs/pino/issues/648) that lambda has built into to support Cloudwatch insights and Xray tracing. -It also automatically tracks the request id, correlation ids, and xray tracing from upstream services, and can be set to debug mode by upstream services on a per-request basis. +It also automatically tracks the request id, correlation ids, and xray tracing from upstream services. ### Conceptually based on the following