log4js-node/test/with-cheese.json
2013-08-22 11:47:06 +10:00

10 lines
205 B
JSON

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