-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filter_nest: Add config property suppress_warnings to skip lift errors
In case of lift, if there's no valid/matching key found and the content cannot be lifted, the filter will throw an error. However, there can be scenarios, where it is intended that sometimes the lift filter does not find a match (like two different kinds of logs with the same tag). Then these warnings should be disableable by the user. This commit adds an option to suppress these kind of warnings. Signed-off-by: Richard Treu <[email protected]>
- Loading branch information
1 parent
412d3ea
commit 4ad29e2
Showing
2 changed files
with
14 additions
and
3 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