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>
t,
s->info.env->get("REMOTE_ADDR", "-"),
dash_if_empty(user_or_account),
- dash_if_empty(s->req_id),
+ dash_if_empty(s->trans_id),
op_name,
dash_if_empty_or_null(obj, obj->get_name()),
s->info.method,