]> git.proxmox.com Git - ceph.git/blob - ceph/qa/tasks/__init__.py
import quincy beta 17.1.0
[ceph.git] / ceph / qa / tasks / __init__.py
1 import logging
2
3 # Inherit teuthology's log level
4 teuthology_log = logging.getLogger('teuthology')
5 log = logging.getLogger(__name__)
6 log.setLevel(teuthology_log.level)