]> git.proxmox.com Git - ceph.git/blob - ceph/qa/tasks/__init__.py
bump version to 18.2.4-pve3
[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)