]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: use standard name for logging variable
authorRishabh Dave <ridave@redhat.com>
Tue, 19 Apr 2022 16:31:49 +0000 (22:01 +0530)
committerRishabh Dave <ridave@redhat.com>
Wed, 22 Feb 2023 14:33:05 +0000 (20:03 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/xfstests_dev.py

index f606f645ef22806902e58d9e61bf862a38e1b0c7..345b23054b9dc7becd936d6d6ec276b7a062a2f3 100644 (file)
@@ -7,7 +7,7 @@ from textwrap import dedent
 from tasks.cephfs.cephfs_test_case import CephFSTestCase
 
 
-logger = getLogger(__name__)
+log = getLogger(__name__)
 
 
 # TODO: add code to run non-ACL tests too.