17 lines
234 B
JSON
17 lines
234 B
JSON
{
|
|
"appenders": [
|
|
{
|
|
"category": "tests",
|
|
"type": "file",
|
|
"filename": "tmp-tests.log",
|
|
"layout": {
|
|
"type": "messagePassThrough"
|
|
}
|
|
}
|
|
],
|
|
|
|
"levels": {
|
|
"tests": "WARN"
|
|
}
|
|
}
|