> On Feb. 13, 2014, 7:13 p.m., Ben Mahler wrote: > > Do users still have a way to silence our logging?
Yes. By prefixing with MESOS_QUIET for disabling LOGs and GLOG_v for disabling VLOGs. - Vinod ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17964/#review34402 ----------------------------------------------------------- On Feb. 11, 2014, 10:30 p.m., Vinod Kone wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/17964/ > ----------------------------------------------------------- > > (Updated Feb. 11, 2014, 10:30 p.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Repository: mesos-git > > > Description > ------- > > I've seen a lot of users flummoxed over inability for scheduler and master to > properly communicate. I'm hoping by changing some of these VLOGs to LOGs the > problem is more obvious. > > The main theme of this change is to s/VLOG/LOG/ all those messages that are > important (e.g., registration, shutdown, error etc) and do not occur very > often in practice. > > Let me know what you think. > > > Diffs > ----- > > src/exec/exec.cpp 6c5c483967e7eca7bf9b0de1c98c575ca2878dbb > src/sched/sched.cpp 153d4fe008250b52c6d87815dd5cf9f7fbb5370d > > Diff: https://reviews.apache.org/r/17964/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Vinod Kone > >
