{ "appenders": { "thing": { "type": "cheese" } }, "categories": { "default": { "level": "DEBUG", "appenders": [ "thing" ] }, "noisy": { "level": "ERROR", "appenders": [ "thing" ] } } }