Skip to content

Commit 18ad676

Browse files
committed
Further simplify comment.
1 parent a3caef4 commit 18ad676

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ dictionaries, where each dictionary entry must abide by the requirements detaile
4444
[metadata](#automatically-generated-kv-pairs) (e.g., the log event's level) with each log event.
4545

4646
> [!WARNING]
47-
> This handler cannot be used with other logging handlers since it requires the `msg` argument
48-
> passed to the logging method to be a dictionary. In contrast, standard handlers typically treat
49-
> `msg` as a format string. In the future, this handler may be moved or reworked to avoid confusion.
47+
> This handler cannot be used with other logging handlers since it requires `msg` (the first
48+
> argument passed to the logging method) to be a dictionary. In contrast, standard handlers
49+
> typically treat `msg` as a format string. In the future, this handler may be moved or reworked to
50+
> avoid confusion.
5051
5152
> [!NOTE]
5253
> Since this handler accepts structured log events, it doesn't support setting a

0 commit comments

Comments
 (0)