This is an automated email from the ASF dual-hosted git repository.
jamesge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.
from 2aea691 Update getting_started.md
new e3782eb Add SessionLog to remember session-level kv
new 74d156c fix some warnings
new 86acfa8 add Controller.SessionKV() to record and print session-level
KV; Add LOGD/I/W/E/F to print contextual log; Add flag -log_as_json to print
logs as valid JSON
new 6b83e0f polish comments on LOG*
new 00498f2 Merge branch 'master' of https://github.com/brpc/brpc
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/brpc/controller.cpp | 83 ++++++++++++++++++++++++++-
src/brpc/controller.h | 28 ++++++++++
src/brpc/kvmap.h | 75 +++++++++++++++++++++++++
src/butil/logging.cc | 115 ++++++++++++++++++++++++++++++++++----
src/butil/logging.h | 1 +
test/brpc_controller_unittest.cpp | 55 ++++++++++++++++++
test/iobuf_unittest.cpp | 4 +-
test/rand_util_unittest.cc | 4 +-
8 files changed, 350 insertions(+), 15 deletions(-)
create mode 100644 src/brpc/kvmap.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]