test config file
This commit is contained in:
parent
7f38837f9b
commit
4e6e51e9fa
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" ] }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user