diff options
author | dennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 23:06:44 +0000 |
---|---|---|
committer | dennisjeffrey@chromium.org <dennisjeffrey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 23:06:44 +0000 |
commit | 1797640037e0127eb5f47bc60dc94b78a2b904b5 (patch) | |
tree | 03c8a81fa96d94ee36423db97858e61d88891c4c /net/base | |
parent | 06b73aa26473f9ec6bec009d11329a10cad27350 (diff) | |
download | chromium_src-1797640037e0127eb5f47bc60dc94b78a2b904b5.zip chromium_src-1797640037e0127eb5f47bc60dc94b78a2b904b5.tar.gz chromium_src-1797640037e0127eb5f47bc60dc94b78a2b904b5.tar.bz2 |
All pyauto log messages are now prepended with a timestamp.
Previously, timestamps were prepended to log messages in pyauto only when
the --verbose flag to pyauto was set. Now, all logging messages are
prepended with a timestamp, whether or not --verbose is specified.
The rationale for doing this is as follows: --verbose specifies which
logging messages are printed (the logging level). It should not also
affect the format of a log message. Since there are situations in which
we may not want to see DEBUG messages, but we still want to know the times
at which different events occurred during test execution, we now prepend
a timestamp to every pyauto logging message, whether or not --verbose
is specified. In the future, we could add a new flag to pyauto that
controls the logging format (e.g., whether or not to print timestamps along
with log messages).
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/9296018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119510 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base')
0 files changed, 0 insertions, 0 deletions