Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py

Issue 2948043002: webkitpy: Add time output to the start of logging messages. (Closed)
Patch Set: Changing the right log handler. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py
index 28ca673218f30f1cf51fc68cdaa77b2242dc1a68..4250db7f26b19f08503219eb6432db7984a9380e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils_unittest.py
@@ -47,7 +47,7 @@ class ConfigureLoggingTestBase(unittest.TestCase):
logger.propagate = False
logging_level = self._logging_level()
- self._handlers = configure_logging(logging_level=logging_level, logger=logger, stream=log_stream)
+ self._handlers = configure_logging(logging_level=logging_level, logger=logger, stream=log_stream, no_time=True)
self._log = logger
self._log_stream = log_stream

Powered by Google App Engine
This is Rietveld 408576698