11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"appenders": [
|
|
{
|
|
"type": "file",
|
|
"filename": "tmp-test.log",
|
|
"maxLogSize": 1024,
|
|
"backups": 3,
|
|
"pollInterval": 15
|
|
}
|
|
]
|
|
} |