From f7bbb570190c058e5d8f0f6e2b1b18f37280f0a2 Mon Sep 17 00:00:00 2001 From: noid11 <12472231+noid11@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:46:20 +0900 Subject: [PATCH] fix: Correct Markdown format for Tracing link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c84ae43..8f4838c5 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Lambdas can be run and debugged locally using a special [Lambda debug proxy](htt ## Tracing and Logging -The Rust Runtime for Lambda integrates with the (Tracing)[https://tracing.rs] libraries to provide tracing and logging. +The Rust Runtime for Lambda integrates with the [Tracing](https://tracing.rs) libraries to provide tracing and logging. By default, the runtime emits `tracing` events that you can collect via `tracing-subscriber`. It also enabled a feature called `tracing` that exposes a default subscriber with sensible options to send logging information to AWS CloudWatch. Follow the next example that shows how to enable the default subscriber: