From 30b98175446de918eaf0faa76e6a2f8e629e5080 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Apr 2026 12:19:56 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat(posts):=20add=20EP61=20=E6=89=93?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=9A=84=E4=B8=A4=E4=B8=AA=E7=A5=9E=E7=BA=A7?= =?UTF-8?q?=E6=8A=80=E5=B7=A7=EF=BD=9C5=20=E5=88=86=E9=92=9F=E6=8B=BF?= =?UTF-8?q?=E6=8D=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://claude.ai/code/session_01ARRG7gj6gqn4juMXD1tkLF --- src/content/posts/ep61.mdx | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/content/posts/ep61.mdx diff --git a/src/content/posts/ep61.mdx b/src/content/posts/ep61.mdx new file mode 100644 index 0000000..70d4214 --- /dev/null +++ b/src/content/posts/ep61.mdx @@ -0,0 +1,38 @@ +--- +type: podcast-episode +status: published +slug: /posts/ep61 +guid: 61 +title: EP61 打日志的两个神级技巧|5 分钟拿捏 +subtitle: 打日志的两个神级技巧|5 分钟拿捏 +publicationDate: 2026-04-26 14:00:00 +author: AnnatarHe +season: 3 +episodeNumber: 61 +episodeType: full +excerpt: EP61 打日志的两个神级技巧|5 分钟拿捏 +size: 0 +duration: 0 +explicit: false +youtubeId: JAshCpKeoOU +biliUrl: //player.bilibili.com/player.html?isOutside=true&aid=116470923271127&bvid=BV12oovBnEw9&cid=37850646815&p=1 +categories: + - logging + - backend + - devops + - observability + - programming +--- + +### 📕 Shownotes + +线上半夜出 bug,第一反应是看日志 → 结果发现日志啥也没说 😅 + +这期 5 分钟讲清楚两个让你日志直接上档次的技巧: + +1. **JSON 结构化日志**:让机器读得懂,让你查得飞快,告别 grep 大法 +2. **宽日志(Wide Events)**:一次请求一条日志,把上下文一次打全,排查效率拉满 + +学完这两招,on-call 不再哭,下班准点跑 🏃‍♂️ + +BGM by Otologic From 94496b15502fc5188912066701549d49a966a1b9 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 26 Apr 2026 13:45:08 +0000 Subject: [PATCH 2/2] feat(posts): add xyzLink for EP61 https://claude.ai/code/session_01ARRG7gj6gqn4juMXD1tkLF --- src/content/posts/ep61.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/posts/ep61.mdx b/src/content/posts/ep61.mdx index 70d4214..dee50f8 100644 --- a/src/content/posts/ep61.mdx +++ b/src/content/posts/ep61.mdx @@ -11,9 +11,11 @@ season: 3 episodeNumber: 61 episodeType: full excerpt: EP61 打日志的两个神级技巧|5 分钟拿捏 +url: https://www.xiaoyuzhoufm.com/episode/69ee0384ba07781ad1a2f863 size: 0 duration: 0 explicit: false +xyzLink: https://www.xiaoyuzhoufm.com/episode/69ee0384ba07781ad1a2f863 youtubeId: JAshCpKeoOU biliUrl: //player.bilibili.com/player.html?isOutside=true&aid=116470923271127&bvid=BV12oovBnEw9&cid=37850646815&p=1 categories: