fixed to work with node v0.1.30
This commit is contained in:
Vendored
+7
-7
@@ -1,16 +1,16 @@
|
||||
{
|
||||
appenders: [
|
||||
"appenders": [
|
||||
{
|
||||
category: "tests",
|
||||
type: "file",
|
||||
filename: "tmp-tests.log",
|
||||
layout: {
|
||||
type: "messagePassThrough"
|
||||
"category": "tests",
|
||||
"type": "file",
|
||||
"filename": "tmp-tests.log",
|
||||
"layout": {
|
||||
"type": "messagePassThrough"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
levels: {
|
||||
"levels": {
|
||||
"tests": "WARN"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user