ceph/qa/tasks/__init__.py
2016-12-14 11:29:55 -06:00

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)