How can mesos print logs from VLOG function?

2015-12-30 Thread Nan Xiao
he size of the quorum of replicas when using 'replicated_log' based available options are 'replicated_log', 'in_memory' (for testing). (default: replicated_log) I can't find related configurations. So how can mesos print logs from VLOG function? Thanks in advance! Best Regards Nan Xiao

Re: How can mesos print logs from VLOG function?

2015-12-30 Thread Marco Massenzio
Disable logging to stderr > (default: false) > --quorum=VALUE The size of the quorum of > replicas when using 'replicated_log' based > available options are > 'replicated_log', 'in_memory' (fo

Re: How can mesos print logs from VLOG function?

2015-12-30 Thread Nan Xiao
f specified) (default: INFO) >> --[no-]quiet Disable logging to stderr >> (default: false) >> --quorum=VALUE The size of the quorum of >> replicas when using 'replicated_log' based >>available options are >> 'replicated_log', 'in_memory' (for testing). (default: replicated_log) >> >> I can't find related configurations. >> >> So how can mesos print logs from VLOG function? Thanks in advance! >> >> Best Regards >> Nan Xiao > >