diff --git a/test/with-cheese.json b/test/with-cheese.json new file mode 100644 index 0000000..0fb444c --- /dev/null +++ b/test/with-cheese.json @@ -0,0 +1,9 @@ +{ + "appenders": { + "thing": { "type": "cheese" } + }, + "categories": { + "default": { "level": "DEBUG", "appenders": [ "thing" ] }, + "noisy": { "level": "ERROR", "appenders": [ "thing" ] } + } +}