]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: log request_id on start new request
authorSeena Fallah <seenafallah@gmail.com>
Wed, 29 Jan 2025 17:26:59 +0000 (18:26 +0100)
committerSeena Fallah <seenafallah@gmail.com>
Wed, 29 Jan 2025 17:31:22 +0000 (18:31 +0100)
commit95137402e65cadd5408bb75ecaf5b2f473fe37fd
tree51313da3520252276cd889eb7a92f3c820ea685b
parent892aabaea25a895e719418e9c634d814e0f9b28e
rgw: log request_id on start new request

The log entry for "starting new request" may display the same
hexadecimal value across multiple requests, making it difficult to
pinpoint the exact start time of a request. Including the request
ID in this log would facilitate easier identification of individual
request start times.

Fixes: https://tracker.ceph.com/issues/69715
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/rgw_process.cc