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

Unified Diff: infra/tools/builder_alerts/__main__.py

Issue 502483003: adjusting logging level for cron job (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/builder_alerts/__main__.py
diff --git a/infra/tools/builder_alerts/__main__.py b/infra/tools/builder_alerts/__main__.py
index 5e59a136e73acc691549b4ace16e5e3a672ebdb4..ead5cc4b4e409ce569523abfe60f2ff50354395c 100755
--- a/infra/tools/builder_alerts/__main__.py
+++ b/infra/tools/builder_alerts/__main__.py
@@ -64,7 +64,7 @@ def fetch_master_urls(gatekeeper, args):
def main(args):
- logging.basicConfig(level=logging.DEBUG)
+ logging.basicConfig(level=logging.CRITICAL)
ghost stip (do not use) 2014/08/26 19:34:44 why not ERROR?
parser = argparse.ArgumentParser()
parser.add_argument('data_url', action='store', nargs='*')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698