From c813dbd800a475ffb525b376c4497b81a95f1e3e Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 13 Mar 2013 13:54:46 +1100 Subject: [PATCH] Don't log unneccessarly on each http request Note: logging still works with -d, this just quiets it down for the normal case. bug 1154408 Signed-off-by: Angus Salkeld Change-Id: I0adccc8b2c83d917d2742e86fdb4b6363b398ca6 --- ceilometerclient/shell.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ceilometerclient/shell.py b/ceilometerclient/shell.py index fa847ff..1ff7889 100644 --- a/ceilometerclient/shell.py +++ b/ceilometerclient/shell.py @@ -226,10 +226,6 @@ class CeilometerShell(object): level=logging.DEBUG) httplib2.debuglevel = 1 - else: - logging.basicConfig( - format="%(levelname)s %(message)s", - level=logging.INFO) def main(self, argv): # Parse args once to find version