From 99f273a163e2b6f649d7aa05c61aa096aea8c6b8 Mon Sep 17 00:00:00 2001 From: Ludovic VAUGEOIS PEPIN <26261271+ulodciv@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:27:31 +0200 Subject: [PATCH 1/2] Article about using tracing spans for GCP logging --- draft/2025-07-23-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index 80c06a9ac..a0ea65e46 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Structured GCP logging in Rust using tracing](https://medium.com/@ludovicvp/structured-gcp-logging-in-rust-using-the-tracing-and-tracing-subscriber-crates-356fcb38e46e) + ### Research ### Miscellaneous From 993d7309f07d81a00e3c0766d7036f9bdc575999 Mon Sep 17 00:00:00 2001 From: Ludovic VAUGEOIS PEPIN <26261271+ulodciv@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:45:42 +0200 Subject: [PATCH 2/2] Fix article link --- draft/2025-07-23-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-07-23-this-week-in-rust.md b/draft/2025-07-23-this-week-in-rust.md index a0ea65e46..952dd4225 100644 --- a/draft/2025-07-23-this-week-in-rust.md +++ b/draft/2025-07-23-this-week-in-rust.md @@ -44,7 +44,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [Structured GCP logging in Rust using tracing](https://medium.com/@ludovicvp/structured-gcp-logging-in-rust-using-the-tracing-and-tracing-subscriber-crates-356fcb38e46e) +* [Structured GCP logging in Rust using tracing](https://medium.com/@ludo.vp/structured-gcp-logging-in-rust-using-the-tracing-and-tracing-subscriber-crates-356fcb38e46e) ### Research