File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments