Skip to content

Commit

Permalink
chore: we no longer support debug flags (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot authored Nov 7, 2023
1 parent 6b79cbc commit 9ac280a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ac280a

Please sign in to comment.