ceph/qa/tasks/__init__.py

7 lines
167 B
Python

import logging
# Inherit teuthology's log level
teuthology_log = logging.getLogger('teuthology')
log = logging.getLogger(__name__)
log.setLevel(teuthology_log.level)