| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
|
| index 9067a4c9b83a9b34b66095c7fe1dc9ed938b6b6f..2a33efd3dbc84f2038e2289b1ca3a201e738c2c4 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logtesting.py
|
| @@ -150,6 +150,7 @@ class LogTesting(object):
|
| # with how the code being tested may have configured the root
|
| # logger.
|
| logger = LogTesting._getLogger()
|
| + logger.setLevel(logging_level)
|
| logger.addHandler(handler)
|
|
|
| return LogTesting(stream, handler)
|
|
|