From: Seena Fallah Date: Wed, 26 Jun 2024 19:39:02 +0000 (+0200) Subject: rgw: log bucket name to req done line X-Git-Tag: v20.0.0~1105^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9b26784b24b8d0b8f3f85090137d5a5153cd88fd;p=ceph.git rgw: log bucket name to req done line This can help to identify the target bucket name if the bucket was resolved by host header. Signed-off-by: Seena Fallah --- diff --git a/src/rgw/rgw_process.cc b/src/rgw/rgw_process.cc index 4a598f8f0593..6c2c65691005 100644 --- a/src/rgw/rgw_process.cc +++ b/src/rgw/rgw_process.cc @@ -465,6 +465,7 @@ done: } dout(1) << "====== req done req=" << hex << req << dec << " op=" << (op ? op->name() : "unknown") + << " bucket=" << s->bucket_name << " status=" << op_ret << " http_status=" << s->err.http_ret << " latency=" << lat