log4js-node/test/with-log-rolling.json
2010-12-06 18:23:43 +11:00

11 lines
163 B
JSON

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