summaryrefslogtreecommitdiff
path: root/tests/testfilter.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testfilter.json')
-rw-r--r--tests/testfilter.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/testfilter.json b/tests/testfilter.json
new file mode 100644
index 0000000..c4ba61f
--- /dev/null
+++ b/tests/testfilter.json
@@ -0,0 +1,17 @@
+{
+"filter1": {
+ "AppId": "LOG",
+ "ContextId": "TEST",
+ "LogLevel": "3"
+ },
+"filter2": {
+ "AppId": "app",
+ "LogLevel": "4"
+ },
+"filter3": {
+ "AppId": "app2",
+ "ContextId": "con2",
+ "PayloadMin": "20",
+ "PayloadMax": "50"
+ }
+}