]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-replay: Switch logging from cout to dout
authorAdam Crume <adamcrume@gmail.com>
Thu, 17 Jul 2014 22:01:42 +0000 (15:01 -0700)
committerSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 17:57:29 +0000 (10:57 -0700)
commit16b756234254d04be491074e2ba260b7e6964f3a
tree381bee25e278c141726b67c3e561cc671f0d779f
parent4c4289c24603312aa9fee960d7b401a223be445b
rbd-replay: Switch logging from cout to dout

To enable logs, we also have to use global_init to parse our
command-line args, so we now have other standard Ceph goodies
such as picking up config options from the environment.

Signed-off-by: Adam Crume <adamcrume@gmail.com>
src/rbd_replay/Makefile.am
src/rbd_replay/PendingIO.cc
src/rbd_replay/Replayer.cc
src/rbd_replay/Replayer.hpp
src/rbd_replay/actions.cc
src/rbd_replay/rbd-replay.cc
src/rbd_replay/rbd_replay_debug.hpp [new file with mode: 0644]