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

11 lines
138 B
JSON

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