log4js-node/test/tap/with-log-rolling.json
2017-01-02 20:47:06 +11:00

11 lines
138 B
JSON

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