discord-baymax-bot/node_modules/log4js/test/vows/with-dateFile.json

18 lines
276 B
JSON
Raw Normal View History

2017-03-24 04:52:08 +00:00
{
"appenders": [
{
"category": "tests",
"type": "dateFile",
"filename": "test/vows/date-file-test.log",
"pattern": "-from-MM-dd",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}