log4js-node/test/with-dateFile.json

18 lines
280 B
JSON
Raw Permalink Normal View History

2012-09-25 06:16:59 +08:00
{
"appenders": [
{
"category": "tests",
"type": "dateFile",
"filename": "test/date-file-test.log",
"pattern": "-from-MM-dd",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}