summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/tasks/__init__.py
blob: 9a7949a001eb8449d86564b80c1e4978864966fd (plain)
1
2
3
4
5
6
import logging

# Inherit teuthology's log level
teuthology_log = logging.getLogger('teuthology')
log = logging.getLogger(__name__)
log.setLevel(teuthology_log.level)