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

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: git cl try 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
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a5d471d0878e1d1d8581d471d2840bcacffa4e18 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, include_time=False)
self._log = logger
self._log_stream = log_stream
« no previous file with comments | « third_party/WebKit/Tools/Scripts/webkitpy/common/system/log_utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698