]> git-server-git.apps.pok.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>
Tue, 14 Apr 2020 16:15:55 +0000 (18:15 +0200)
commit7ad7b8b05b5791e017694e2e81d3fe72c29d9d50
tree82517245a07f0c17e49858e303214550e851f252
parent012f2685a8244609915c112b3004ab4f572ee777
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