]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/ceph.py: use .format to log dicts
authorNathan Cutler <ncutler@suse.com>
Tue, 22 Oct 2019 14:35:27 +0000 (16:35 +0200)
committerNathan Cutler <ncutler@suse.com>
Wed, 25 Mar 2020 08:33:44 +0000 (09:33 +0100)
commit9abebf28a8c519053bf2e89a944a0b1fdc167ddd
treed0eaf2a8a02d7800bf5aae66fc02015365600b37
parentad477be286e373aa00cbf0ab02f9bc9b1321663e
qa/tasks/ceph.py: use .format to log dicts

The ".format" builtin logs dicts nicely right out of the box.

Also, some of the log messages were too cryptic - fixed them in this commit as
well.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
qa/tasks/ceph.py