Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / 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)