]> 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>
Fri, 27 Mar 2020 23:34:48 +0000 (00:34 +0100)
commit63e0db3f007a7c2c470a98f9d4514a1d08fca40f
treec342c142a30c25c1f83e93c0eec6a9c35a7c9a9a
parentc5b445de57db6bdba21893ed8f5f01ac4e3dee68
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>
(cherry picked from commit 9abebf28a8c519053bf2e89a944a0b1fdc167ddd)
qa/tasks/ceph.py