Skip to content

Commit 00c02c3

Browse files
authored
Update README.md
1 parent 159150b commit 00c02c3

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
@@ -237,7 +237,7 @@ If your Lambda function is deployed by the Serverless Framework, such a mapping
237237
## Log and Trace Correlations
238238
By default, the Datadog trace id gets automatically injected into the logs for correlation, if using the standard python `logging` library.
239239

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`.
240+
If you use a custom logger handler to log in json, you can inject the ids using the helper function `get_correlation_ids` [manually](https://docs.datadoghq.com/tracing/connect_logs_and_traces/?tab=python#manual-trace-id-injection).
241241

242242
Set the environment variable `DD_LOGS_INJECTION` to `false` to disable this feature.
243243

0 commit comments

Comments
 (0)