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 it. I’ve tried setting the
environment variables: “GLOG_log_dir=…”, “GLOG_logtostderr=0” but neither
seem to change the behavior and it is still logging to stderr. Has anyone
been able to set the path the mesos java client library writes to and, if
so, how?

Reply via email to