Skip to content

Commit 9ac280a

Browse files
authored
chore: we no longer support debug flags (#45)
1 parent 6b79cbc commit 9ac280a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A custom destination for [pino](https://github.com/pinojs/pino) that takes advan
88

99
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.
1010

11-
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.
11+
It also automatically tracks the request id, correlation ids, and xray tracing from upstream services.
1212

1313
### Conceptually based on the following
1414

0 commit comments

Comments
 (0)