test config file
This commit is contained in:
9
test/with-cheese.json
Normal file
9
test/with-cheese.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"appenders": {
|
||||||
|
"thing": { "type": "cheese" }
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"default": { "level": "DEBUG", "appenders": [ "thing" ] },
|
||||||
|
"noisy": { "level": "ERROR", "appenders": [ "thing" ] }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user