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,
"user": "cloud"
},
"logger": [
"logger":
{
"name": "TestClient",
"file": "/tmp/testclient.log"
"LogFolderPath": "/tmp/"
},
{
"name": "TestCase",
"file": "/tmp/testcase.log"
}
],
"mgtSvr": [
{
"mgtSvrIp": "localhost",

View File

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

View File

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

View File

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