diff --git a/google/cloud/aiplatform/base.py b/google/cloud/aiplatform/base.py index a3e8c352b0..131002c52b 100644 --- a/google/cloud/aiplatform/base.py +++ b/google/cloud/aiplatform/base.py @@ -47,8 +47,6 @@ from google.cloud.aiplatform.compat.types import encryption_spec as gca_encryption_spec from google.protobuf import json_format -logging.basicConfig(level=logging.INFO, stream=sys.stdout) - # This is the default retry callback to be used with get methods. _DEFAULT_RETRY = retry.Retry()