Last active
October 24, 2016 17:10
-
-
Save und3f/f076b2778085eb86033a1072726fcf51 to your computer and use it in GitHub Desktop.
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
filters: | |
- JLogger::Filter::and: | |
filters: | |
- JLogger::Filter::or: | |
filters: | |
- JLogger::Filter::FieldEq: | |
fields: | |
from: "[email protected]" | |
to: "[email protected]" | |
- JLogger::Filter::FieldEq: | |
fields: | |
from: "[email protected]" | |
to: "[email protected]" | |
- JLogger::Filter::not: | |
JLogger::Filter::or: | |
filters: | |
- JLogger::Filter::FieldEq: | |
fields: | |
from: "[email protected]" | |
to: "[email protected]" | |
- JLogger::Filter::FieldEq: | |
fields: | |
from: "[email protected]" | |
to: "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment