-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connectivity: add support for regex based log exceptions.
There are cases where we want to ignore a specific error log that any relevant substring of may be too general and exclude logs we want to fail on. This switches the except lists to use a logMatcher interface type that is implemented by both a string and regex matcher for log exclusions. Signed-off-by: Tom Hadlaw <[email protected]>
- Loading branch information
1 parent
8bce24c
commit a1dff83
Showing
1 changed file
with
58 additions
and
33 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