We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0639ca commit da76a05Copy full SHA for da76a05
README.md
@@ -184,7 +184,7 @@ end
184
The `EarlyFilteredLogger` is similar to the `ActiveFilteredLogger`,
185
but it runs earlier in the logging pipeline.
186
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.
+It can be useful to filter things early if creating the log message is expensive.
188
E.g. if it includes summary statistics of the error.
189
The filter function for early filter logging only has access to the
190
`level`, `_module`, `id` and `group` fields of the log message.
0 commit comments