mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Inherit teuthology's log level
Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
b23da9797a
commit
31ff241f5a
@ -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