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

Unified Diff: client/utils/logging_utils.py

Issue 1373133004: Fixes and add smoke test: hard timeout on isolated task. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: . Created 5 years, 3 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 | « appengine/swarming/tools/start_servers.py ('k') | client/utils/subprocess42.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/utils/logging_utils.py
diff --git a/client/utils/logging_utils.py b/client/utils/logging_utils.py
index 4f47114ee63257da663ad52c683f4c98849c350c..e824ad4c25aef33b3b56adbaee39319e37b74f6f 100644
--- a/client/utils/logging_utils.py
+++ b/client/utils/logging_utils.py
@@ -153,7 +153,7 @@ class UTCFormatter(logging.Formatter):
return "%s.%03d" % (t, record.msecs)
-class Filter(logging.Filter):
+class Filter(object):
"""Adds fields used by the infra-specific formatter.
Fields added:
« no previous file with comments | « appengine/swarming/tools/start_servers.py ('k') | client/utils/subprocess42.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698