Added log rolling to config files
This commit is contained in:
11
test/with-log-rolling.json
Normal file
11
test/with-log-rolling.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"appenders": [
|
||||
{
|
||||
"type": "file",
|
||||
"filename": "tmp-test.log",
|
||||
"maxLogSize": 1024,
|
||||
"backups": 3,
|
||||
"pollInterval": 15
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user