Remove log propagate configuration
Disable the log propagate for all logger is bad. TrivialFix Change-Id: I5e9a3356c7a34710ac2c020fa32370b5172411d2
This commit is contained in:
parent
6667bcfc97
commit
9946b566d5
@ -72,7 +72,6 @@ def make_a_logger(conf=None, image_name=None):
|
||||
log.setLevel(logging.DEBUG)
|
||||
else:
|
||||
log.setLevel(logging.INFO)
|
||||
log.propagate = False
|
||||
return log
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user