Skip to content

Instantly share code, notes, and snippets.

@und3f
Last active October 24, 2016 17:10
Show Gist options
  • Save und3f/f076b2778085eb86033a1072726fcf51 to your computer and use it in GitHub Desktop.
Save und3f/f076b2778085eb86033a1072726fcf51 to your computer and use it in GitHub Desktop.
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