This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2814
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2814 by this push:
new ec8ddc49e [DATALAB-2814]: changed azure logging level
ec8ddc49e is described below
commit ec8ddc49e6150f989fa3a6dd7eeb739d70775302
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 31 16:36:20 2022 +0300
[DATALAB-2814]: changed azure logging level
---
infrastructure-provisioning/src/general/lib/azure/actions_lib.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
index 92991c81c..742fa204c 100644
--- a/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
+++ b/infrastructure-provisioning/src/general/lib/azure/actions_lib.py
@@ -94,8 +94,8 @@ class AzureActions:
client_secret=json.dumps(self.sp_creds['clientSecret']).replace('"', ''),
client_id=json.dumps(self.sp_creds['clientId']).replace('"', ''),
resource='https://datalake.azure.net/')
- logger = logging.getLogger('azure')
- logger.setLevel(logging.ERROR)
+ #logger = logging.getLogger('azure')
+ #logger.setLevel(logging.ERROR)
def create_resource_group(self, resource_group_name, region):
try:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]