test config file

This commit is contained in:
Gareth Jones 2013-08-22 11:47:06 +10:00
parent 7f38837f9b
commit 4e6e51e9fa

9
test/with-cheese.json Normal file
View File

@ -0,0 +1,9 @@
{
"appenders": {
"thing": { "type": "cheese" }
},
"categories": {
"default": { "level": "DEBUG", "appenders": [ "thing" ] },
"noisy": { "level": "ERROR", "appenders": [ "thing" ] }
}
}