summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Panainte <vlad.panainte@appsbroker.com>2016-03-18 16:25:40 +0000
committerVlad Panainte <vlad.panainte@appsbroker.com>2016-03-18 16:25:40 +0000
commit8259c091d6fd23bf71c7224bf8ab787b013f465a (patch)
treef04112f6ea96b9077e9e6bcc9dce774949d07ea2
parent60c943997bced134ffa7c4440a4021e77cd29540 (diff)
downloadansible-8259c091d6fd23bf71c7224bf8ab787b013f465a.tar.gz
fix logging
-rwxr-xr-xcontrib/inventory/gce.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/inventory/gce.py b/contrib/inventory/gce.py
index b13c194a6e..690d845a02 100755
--- a/contrib/inventory/gce.py
+++ b/contrib/inventory/gce.py
@@ -90,6 +90,9 @@ import os
import argparse
import ConfigParser
+import logging
+logging.getLogger('libcloud.common.google').addHandler(logging.NullHandler())
+
try:
import json
except ImportError: