log4js-node/test/with-log-rolling.json
2012-09-04 13:48:35 +10:00

11 lines
138 B
JSON

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