log4js-node/test/with-log-rolling.json

11 lines
163 B
JSON
Raw Normal View History

2010-12-06 15:23:43 +08:00
{
"appenders": [
{
"type": "file",
"filename": "tmp-test.log",
"maxLogSize": 1024,
"backups": 3,
"pollInterval": 15
}
]
}