We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef95da1 commit 27accd0Copy full SHA for 27accd0
README.md
@@ -235,7 +235,7 @@ If your Lambda function is triggered by API Gateway via [the non-proxy integrati
235
If your Lambda function is deployed by the Serverless Framework, such a mapping template gets created by default.
236
237
## Log and Trace Correlations
238
-By default, the Datadog trace id gets automatically injected into the logs for correlation, if using the AWS provided `LambdaLoggerHandler`.
+By default, the Datadog trace id gets automatically injected into the logs for correlation, if using the standard python `logging` library.
239
240
If you use a custom logger handler to log in json, you can manually inject the ids using the helper function `get_correlation_ids`.
241
0 commit comments