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

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 1233303003: Migrate and merge logging_utils from swarming_bot into client/utils. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Changed formatter Created 5 years, 5 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 | « no previous file | appengine/swarming/swarming_bot/__main__.py » ('j') | client/utils/tools.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index 948ebe006611c4aa5135fd8dac2abb1c2f09b5b9..e3597889c762f7ec2b830cff09e10bf50296c553 100755
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -36,7 +36,6 @@ FILES = (
'client/isolated_format.py',
'client/isolateserver.py',
'client/run_isolated.py',
- 'logging_utils.py',
'os_utilities.py',
'task_runner.py',
'third_party/__init__.py',
@@ -146,6 +145,7 @@ FILES = (
'utils/__init__.py',
'utils/cacert.pem',
'utils/file_path.py',
+ 'utils/logging_utils.py',
'utils/lru.py',
'utils/net.py',
'utils/oauth.py',
« no previous file with comments | « no previous file | appengine/swarming/swarming_bot/__main__.py » ('j') | client/utils/tools.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698