]> git.proxmox.com Git - ceph.git/blame - ceph/qa/tasks/__init__.py
update sources to v12.1.4
[ceph.git] / ceph / qa / tasks / __init__.py
CommitLineData
7c673cae
FG
1import logging
2
3# Inherit teuthology's log level
4teuthology_log = logging.getLogger('teuthology')
5log = logging.getLogger(__name__)
6log.setLevel(teuthology_log.level)