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 <asalkeld@redhat.com>

Change-Id: I0adccc8b2c83d917d2742e86fdb4b6363b398ca6
This commit is contained in:
Angus Salkeld
2013-03-13 13:54:46 +11:00
parent 152f764042
commit c813dbd800

View File

@@ -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