10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"appenders": {
|
|
"thing": { "type": "cheese" }
|
|
},
|
|
"categories": {
|
|
"default": { "level": "DEBUG", "appenders": [ "thing" ] },
|
|
"noisy": { "level": "ERROR", "appenders": [ "thing" ] }
|
|
}
|
|
}
|