log4js-node/test/tap/log4js.json
2022-06-23 01:00:07 +08:00

17 lines
224 B
JSON

{
"appenders": [
{
"category": "tests",
"type": "file",
"filename": "tmp-tests.log",
"layout": {
"type": "messagePassThrough"
}
}
],
"levels": {
"tests": "WARN"
}
}