----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14800/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. Repository: mesos-git Description ------- The current intialization of glog creates log files in /tmp even when the log_dir command argument is not passed. Setting FLAGS_logtostderr to true disables all log file creation/writes. Diffs ----- src/logging/logging.cpp 850fb3c6f30afb0cb6a1f3a4a49abb87413cfb1d Diff: https://reviews.apache.org/r/14800/diff/ Testing ------- manual - during make check /tmp gets filled with glog logs (timestamped and symlinked) the patch fixes it Thanks, Yuval Pavel Zholkover
