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 d4b0b0e commit 8344634Copy full SHA for 8344634
lib/logger/lib/logger.ex
@@ -449,8 +449,9 @@ defmodule Logger do
449
end
450
451
452
- It may return `:log` (to log the message), `:stop` (to not log the
453
- message), or `:ignore` (to ignore the filter).
+ The filter may return the possibly modified event (to change the
+ event used by subsequent filters), `:stop` (to discard the event),
454
+ or `:ignore` (to ignore the filter and continue with the subsequent filters).
455
456
Then you can attach the filter, either as a primary filter (which
457
applies to all handlers), or to a specific handler, when you start
0 commit comments