Added log rolling to config files

This commit is contained in:
csausdev
2010-12-06 18:23:43 +11:00
parent 75b9e82cac
commit 966b8ced4f
4 changed files with 26 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
{
"appenders": [
{
"type": "file",
"filename": "tmp-test.log",
"maxLogSize": 1024,
"backups": 3,
"pollInterval": 15
}
]
}