mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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:
parent
792db8b5cc
commit
02b3cd7de9
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user