Re: Setting log path for mesos java client library

2016-09-12 Thread Vinod Kone
Looks like Mesos logging flags for these override the corresponding GLOG related flags.

Setting log path for mesos java client library

2016-09-12 Thread Wil Yegelwel
I’m trying to set the log path (and later the log format) for the mesos java lib. From the docs in http://mesos.apache.org/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html it appears I need to set the correct GLOG environment variable in order to get this to work, but I can’t seem to get