]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/logging: use trans_id for standard access log record 67984/head
authorcheese-cakee <farzanaman99@gmail.com>
Tue, 24 Mar 2026 22:44:16 +0000 (04:14 +0530)
committerFarzan <farzan.eng@gmail.com>
Tue, 21 Apr 2026 20:54:07 +0000 (02:24 +0530)
commit127f8adc86759af16097074d031d571e7a42667b
treeb20f4f14cdff3408fae62271cf6879f58d6753c8
parent70c8ca4db9b11bc9005b328aa57ffe81ef3f4db2
rgw/logging: use trans_id for standard access log record

In standard mode, the access log record was using s->req_id for the
request ID field. The correct field is s->trans_id, which matches the
x-amz-request-id returned in the S3 response. This is consistent with
how all other RGW response code uses trans_id.

Fixes: http://tracker.ceph.com/issues/75416
Signed-off-by: cheese-cakee <farzanaman99@gmail.com>
src/rgw/rgw_bucket_logging.cc