From: Kefu Chai Date: Mon, 16 Aug 2021 08:23:26 +0000 (+0800) Subject: rgw/rgw_json_enc: dump rgw_log_entry::identity_type X-Git-Tag: v17.1.0~1110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42784%2Fhead;p=ceph.git rgw/rgw_json_enc: dump rgw_log_entry::identity_type should dump it for better debugging experience Signed-off-by: Kefu Chai --- diff --git a/src/rgw/rgw_json_enc.cc b/src/rgw/rgw_json_enc.cc index e112d9defcc8..99892a44baee 100644 --- a/src/rgw/rgw_json_enc.cc +++ b/src/rgw/rgw_json_enc.cc @@ -173,6 +173,7 @@ void rgw_log_entry::dump(Formatter *f) const f->dump_string("referrer", referrer); f->dump_string("bucket_id", bucket_id); f->dump_string("trans_id", trans_id); + f->dump_unsigned("identity_type", identity_type); } void ACLPermission::dump(Formatter *f) const