]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: clean up some logging
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 5 Apr 2019 15:10:31 +0000 (11:10 -0400)
committerJ. Eric Ivancich <ivancich@redhat.com>
Fri, 5 Apr 2019 21:42:49 +0000 (17:42 -0400)
commitebce6cd75ef30e28db6e3b775b3c02eeb7bad04d
treeca72af8be6aba15ba38213a4ea471f1f18af0083
parent8a5590b6aa15aec6b1229c6c30b76c9c46378e1f
rgw: clean up some logging

Some recently added logging ignored the fact that ceph logging can
already handle std::vector and std::map and instead did things
manually. This corrects two of those cases.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
src/cls/lock/cls_lock.cc
src/cls/lock/cls_lock_types.h
src/rgw/rgw_gc.cc