summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: