mirror of
https://github.com/ceph/ceph
synced 2024-12-27 22:13:28 +00:00
Merge pull request #282 from ceph/wip-10469
Inherit teuthology's log level
This commit is contained in:
commit
bae3bc8ead
@ -0,0 +1,6 @@
|
||||
import logging
|
||||
|
||||
# Inherit teuthology's log level
|
||||
teuthology_log = logging.getLogger('teuthology')
|
||||
log = logging.getLogger(__name__)
|
||||
log.setLevel(teuthology_log.level)
|
Loading…
Reference in New Issue
Block a user