initial refactoring to allow dependency injection
This commit is contained in:
16
test/log4js.json
Normal file
16
test/log4js.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"appenders": [
|
||||
{
|
||||
"category": "tests",
|
||||
"type": "file",
|
||||
"filename": "tmp-tests.log",
|
||||
"layout": {
|
||||
"type": "messagePassThrough"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
"levels": {
|
||||
"tests": "WARN"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user