From b0364fdd51f8cd4ee56b695262f874573e4a81ff Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Sun, 14 Jun 2026 11:17:42 +0800 Subject: [PATCH] :memo: clarify async info helper routing --- docs/api/async-logger-info.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/async-logger-info.md b/docs/api/async-logger-info.md index d80e432..86a8f3d 100644 --- a/docs/api/async-logger-info.md +++ b/docs/api/async-logger-info.md @@ -70,6 +70,10 @@ logger.info( In this example, the record remains concise while still carrying useful metadata. +And any shared context already carried by the logger still participates ahead of these per-call fields when the record is built. + +The write still uses the logger's stored target because this shortcut does not take a one-off `target=` override. + ### Error Case e.g.: