From 6eec61eb2d17a2b1204541bb7a19375c6871fde1 Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Sun, 14 Jun 2026 11:20:35 +0800 Subject: [PATCH] :memo: clarify async warn helper routing --- docs/api/async-logger-warn.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/async-logger-warn.md b/docs/api/async-logger-warn.md index 5c9da43..12df78a 100644 --- a/docs/api/async-logger-warn.md +++ b/docs/api/async-logger-warn.md @@ -70,6 +70,10 @@ logger.warn( In this example, the warning carries structured operational detail. +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.: