-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Akka.Event: add log filtering system to prevent Akka.NET logs from be…
…ing emitted in first place (#7179) * create `LogFilter` infrastructure * Create evaluator from setup close #7097 * added sanity checks for `Regex`-based rules * integrated `LogFilterSetup` into `Settings` and `StandardOutLogger` * simplifying * added accurate end2end unit test * added API approvals * removed unnecessary API from `LogFilterBase` * small perf optimization for default cases * fixed bug with blended filter types * added API approvals * fixed race condition with tests * updated APIs to be more expansive * added docs * fixed reference to samples * fixed markdown linting rule --------- Co-authored-by: Gregorius Soedharmo <arkatufus@yahoo.com>
- Loading branch information
1 parent
3f0be58
commit d1ed226
Showing
10 changed files
with
767 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.