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 4ffa98f5d [DATALAB-2814]: changed logging level
4ffa98f5d is described below
commit 4ffa98f5d5e1c84898308f787d5734b051cdf062
Author: leonidfrolov <[email protected]>
AuthorDate: Tue May 31 17:03:22 2022 +0300
[DATALAB-2814]: changed 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 742fa204c..bf2e0aef1 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.INFO)
def create_resource_group(self, resource_group_name, region):
try:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]