diff options
Diffstat (limited to 'src/ceph/qa/tasks/__init__.py')
-rw-r--r-- | src/ceph/qa/tasks/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ceph/qa/tasks/__init__.py b/src/ceph/qa/tasks/__init__.py deleted file mode 100644 index 9a7949a..0000000 --- a/src/ceph/qa/tasks/__init__.py +++ /dev/null @@ -1,6 +0,0 @@ -import logging - -# Inherit teuthology's log level -teuthology_log = logging.getLogger('teuthology') -log = logging.getLogger(__name__) -log.setLevel(teuthology_log.level) |