From 69ed707fabb72e3698d97a11228f6d28208b23fa Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Thu, 17 Jan 2019 23:28:32 +0000 Subject: [PATCH] CONTRIBUTING: clarify commit message style Signed-off-by: Sam Batschelet --- CONTRIBUTING.md | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45fd2eb7e..9bcc0b1a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,9 +42,13 @@ questions: what changed and why. The subject line should feature the what and the body of the commit should describe the why. ``` -scripts: add the test-cluster command +etcdserver: add grpc interceptor to log info on incoming requests -this uses tmux to setup a test cluster that can easily be killed and started for debugging. +To improve debuggability of etcd v3. Added a grpc interceptor to log +info on incoming requests to etcd server. The log output includes +remote client info, request content (with value field redacted), request +handling latency, response size, etc. Uses zap logger if available, +otherwise uses capnslog. Fixes #38 ``` @@ -52,11 +56,38 @@ Fixes #38 The format can be described more formally as follows: ``` -: +: