Fixed few loggers according to new changes

This commit is contained in:
Santhosh Edukulla 2014-08-14 00:25:53 +05:30
parent 90fe6d8087
commit 7cf33f96aa
4 changed files with 17 additions and 41 deletions

View File

@ -23,16 +23,10 @@
"port": 3306, "port": 3306,
"user": "cloud" "user": "cloud"
}, },
"logger": [ "logger":
{ {
"name": "TestClient", "LogFolderPath": "/tmp/"
"file": "/tmp/testclient.log" },
},
{
"name": "TestCase",
"file": "/tmp/testcase.log"
}
],
"mgtSvr": [ "mgtSvr": [
{ {
"mgtSvrIp": "localhost", "mgtSvrIp": "localhost",

View File

@ -113,16 +113,10 @@
] ]
} }
], ],
"logger": [ "logger":
{ {
"name": "TestClient", "LogFolderPath": "/tmp/"
"file": "/tmp/testclient.log" },
},
{
"name": "TestCase",
"file": "/tmp/testcase.log"
}
],
"mgtSvr": [ "mgtSvr": [
{ {
"mgtSvrIp": "127.0.0.1", "mgtSvrIp": "127.0.0.1",

View File

@ -117,17 +117,11 @@
"db": "cloud", "db": "cloud",
"port": 3306, "port": 3306,
"user": "cloud" "user": "cloud"
}, },
"logger": [ "logger":
{ {
"name": "TestClient", "LogFolderPath": "/tmp/"
"file": "/var/log/testclient.log" },
},
{
"name": "TestCase",
"file": "/var/log/testcase.log"
}
],
"mgtSvr": [ "mgtSvr": [
{ {
"mgtSvrIp": "192.168.56.10", "mgtSvrIp": "192.168.56.10",

View File

@ -93,17 +93,11 @@
} }
] ]
} }
], ],
"logger": [ "logger":
{ {
"name": "TestClient", "LogFolderPath": "/tmp/"
"file": "testclient.log" },
},
{
"name": "TestCase",
"file": "testcase.log"
}
],
"mgtSvr": [ "mgtSvr": [
{ {
"mgtSvrIp": "127.0.0.1", "mgtSvrIp": "127.0.0.1",