log4js-node/test/log4js.json

17 lines
234 B
JSON
Raw Permalink Normal View History

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