]> 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)
committerAdam Crume <adamcrume@gmail.com>
Wed, 13 Aug 2014 20:58:15 +0000 (13:58 -0700)
commitfc7128443a937616b1fde8c2a8af4579c1521e63
treee3644a6c9504b36af5344a9f273d3c2652b40263
parentb73af7c0a1aeae88b796b29c30aaf787293e3429
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]