]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/cephfs: log commands on INFO logging level
authorRishabh Dave <ridave@redhat.com>
Tue, 10 Oct 2023 11:00:00 +0000 (16:30 +0530)
committerRishabh Dave <ridave@redhat.com>
Sat, 6 Apr 2024 10:14:16 +0000 (15:44 +0530)
commite94ab39c2e7e3f9780f9d593c5d85eae83db3fa7
tree99b321f473ac4bf59f7ca4186d4985e5044596be
parent8147b70f075e8a6f838663ef3b3e25737fc990f3
qa/cephfs: log commands on INFO logging level

Commands issued by negtest_ceph_cmd() aren't printed because log level
(due to code for teuthology) changes from DEBUG to INFO in case of some
files.

This patch ensures that users can see commands being executed regardless
of whether log level is changed or not.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commit 03df86b7c54325fd577bacec6a1f4c6441117e72)
qa/tasks/vstart_runner.py