log4js-node/spec/fixtures/log4js.json
2010-01-17 12:08:28 +11:00

17 lines
220 B
JSON

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