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

Unified Diff: tools/android/loading/cloud/frontend/clovis_frontend.py

Issue 2039723003: tools/android/loading Add timestamps to backend logs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert to UTC Created 4 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 | « tools/android/loading/cloud/backend/worker.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/cloud/frontend/clovis_frontend.py
diff --git a/tools/android/loading/cloud/frontend/clovis_frontend.py b/tools/android/loading/cloud/frontend/clovis_frontend.py
index ecb19eee46d86dffb43c7864f1eaac4a38216ca4..6a5877b46b44ed1a542c8def7bbfbf82551cf542 100644
--- a/tools/android/loading/cloud/frontend/clovis_frontend.py
+++ b/tools/android/loading/cloud/frontend/clovis_frontend.py
@@ -23,6 +23,7 @@ from memory_logs import MemoryLogs
# Global variables.
+logging.Formatter.converter = time.gmtime
clovis_logger = logging.getLogger('clovis_frontend')
clovis_logger.setLevel(logging.DEBUG)
project_name = app_identity.get_application_id()
« no previous file with comments | « tools/android/loading/cloud/backend/worker.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698