log4js-node/test/with-dateFile.json
2012-09-25 08:16:59 +10:00

18 lines
280 B
JSON

{
"appenders": [
{
"category": "tests",
"type": "dateFile",
"filename": "test/date-file-test.log",
"pattern": "-from-MM-dd",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}