18 lines
280 B
JSON
18 lines
280 B
JSON
|
{
|
||
|
"appenders": [
|
||
|
{
|
||
|
"category": "tests",
|
||
|
"type": "dateFile",
|
||
|
"filename": "test/date-file-test.log",
|
||
|
"pattern": "-from-MM-dd",
|
||
|
"layout": {
|
||
|
"type": "messagePassThrough"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
|
||
|
"levels": {
|
||
|
"tests": "WARN"
|
||
|
}
|
||
|
}
|