baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.95k stars 881 forks source link

Could you please tell me how to show BRAFT_VLOG in block example by using command line #377

Open yanzhengkim opened 1 year ago

yanzhengkim commented 1 year ago

I can only see LOG but cannot see BRAFT_VLOG in braft/example/block/runtime/012/log

benny201 commented 1 year ago

@1190200418 #define BRAFT_VLOG VLOG(89) assign FLAGS_verbose a value which equal to or larger than 89 can turn BRAFT_VLOG on