Skip to content

Commit da76a05

Browse files
authored
Update README.md
1 parent e0639ca commit da76a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ end
184184
The `EarlyFilteredLogger` is similar to the `ActiveFilteredLogger`,
185185
but it runs earlier in the logging pipeline.
186186
In particular it runs before the message is computed.
187-
It is (theoretically) useful to filter things early if creating the log message is expective.
187+
It can be useful to filter things early if creating the log message is expensive.
188188
E.g. if it includes summary statistics of the error.
189189
The filter function for early filter logging only has access to the
190190
`level`, `_module`, `id` and `group` fields of the log message.

0 commit comments

Comments
 (0)