]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: add logging to bucket listing so calls are better understood
authorJ. Eric Ivancich <ivancich@redhat.com>
Mon, 13 Sep 2021 20:25:09 +0000 (16:25 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Mon, 25 Oct 2021 19:30:52 +0000 (15:30 -0400)
commitb1debef085f10b6babf17408daba9b354ceb0480
treef720ca95cdb8e7c2c1a00b9645266ac46a1716b3
parent8c646721c2155c67582352b16f34a41cbdff08f4
rgw: add logging to bucket listing so calls are better understood

The logic to bucket listing is complex due to the sharded bucket
indicies. When a log is examined, there should be enough information
to follow the logic.

Logging that touches every entry listed is at 20. Logging that
describes exiting of the listing are at level 10.

Additionally make logging more uniform and streamlined. Remove "INFO"
as that seems redundant (but keep "ERROR" and "WARNING"). Dispense
with class name decorating function name since there aren't any
similar function names.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/rgw/rgw_rados.cc