On Dec 10, 2015, at 11:22 AM, Vinod Kone <[email protected]> wrote:
> > On Thu, Dec 10, 2015 at 11:12 AM, Zameer Manji <[email protected]> wrote: > the native library logs to stderr directly. > > By default the library logs to stderr. But you can set Mesos/GLOG env > variables (e.g., MESOS_LOG_DIR) to make it write to a file instead. If you really want to redirect it through Java logging, you could probably set up a pipe in /tmp, write logs to that -- and in the Java program read it and re-log it.

