Merge branch '1600-native-keep-client'
[arvados.git] / sdk / python / arvados.py
index f5cf57f8e4d47ed510a7b0133a15d58b727d853b..166fbd14ef9632030eb5dacd57c2d2159f88ce4e 100644 (file)
@@ -20,6 +20,9 @@ import time
 from apiclient import errors
 from apiclient.discovery import build
 
+if 'ARVADOS_DEBUG' in os.environ:
+    logging.basicConfig(level=logging.DEBUG)
+
 class CredentialsFromEnv:
     @staticmethod
     def http_request(self, uri, **kwargs):