]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: clean up some logging 27953/head
authorJ. Eric Ivancich <ivancich@redhat.com>
Fri, 5 Apr 2019 15:10:31 +0000 (11:10 -0400)
committerVicente Cheng <freeze.bilsted@gmail.com>
Fri, 3 May 2019 14:54:57 +0000 (14:54 +0000)
commit5ab117de7e975019e3a8fce4cdc87700ee6ddc9c
treeb9b9037e36bc425c367754e20ff27e33a0058495
parent76c455502a948eccc84451af6c5cf0de630a0023
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>
(cherry picked from commit ebce6cd75ef30e28db6e3b775b3c02eeb7bad04d)
src/cls/lock/cls_lock.cc
src/cls/lock/cls_lock_types.h
src/rgw/rgw_gc.cc