Chromium Code Reviews
Descriptionwebkitpy: Add time output to the start of logging messages.
To understand how it is between log messages we should print a human
(and machine) parsable version of the current time.
This is needed to figure out what is going on in
https://crbug.com/734467 but will be generally useful.
Before;
--------------------
webkitpy.common.system.log_utils: [DEBUG] Debug logging enabled.
root: [DEBUG] results_json_value_overrides: {}
root: [WARNING] Output directory exists '/fast/testdir2'
webkitpy.common.system.filesystem: [INFO] Removing contents of /fast/testdir2
webkitpy.layout_tests.merge_results: [DEBUG] Merging following paths:
webkitpy.layout_tests.merge_results: [DEBUG] ['/fast/chrome/src/blah', '/fast/chrome/src/blah']
--------------------
After;
--------------------
2017-06-23 10:39:32,803 - webkitpy.common.system.log_utils: [DEBUG] Debug logging enabled.
2017-06-23 10:39:32,803 - root: [DEBUG] results_json_value_overrides: {}
2017-06-23 10:39:32,804 - root: [WARNING] Output directory exists '/fast/testdir2'
2017-06-23 10:39:32,804 - webkitpy.common.system.filesystem: [INFO] Removing contents of /fast/testdir2
2017-06-23 10:39:32,805 - webkitpy.layout_tests.merge_results: [DEBUG] Merging following paths:
2017-06-23 10:39:32,805 - webkitpy.layout_tests.merge_results: [DEBUG] ['/fast/chrome/src/blah', '/fast/chrome/src/blah']
---------------------
R=qyearsley@chromium.org, jeffcarp@chromium.org, mcgreevy@chromium.org, dpranke@chromium.org
BUG=735297
Review-Url: https://codereview.chromium.org/2948043002
Cr-Commit-Position: refs/heads/master@{#482141}
Committed: https://chromium.googlesource.com/chromium/src/+/02a30eaf8b14d5f9d80f85470c0794ae584b12ff
Patch Set 1 #Patch Set 2 : Changing the right log handler. #
Total comments: 4
Patch Set 3 : git cl try #
Messages
Total messages: 19 (12 generated)
|
||||||||||||||||||||||||||||