marvin logging: write to tmp to adjust for mac-osx

/var/log is not available on OSX. This breaks the simulator run.
This commit is contained in:
Prasanna Santhanam 2013-03-10 17:29:10 +05:30
parent 792db8b5cc
commit 02b3cd7de9

View File

@ -112,11 +112,11 @@
"logger": [
{
"name": "TestClient",
"file": "/var/log/testclient.log"
"file": "/tmp/testclient.log"
},
{
"name": "TestCase",
"file": "/var/log/testcase.log"
"file": "/tmp/testcase.log"
}
],
"globalConfig": [