This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new 3258177  [DATALAB-2409] - logging refactored
3258177 is described below

commit 325817742f7a97bef1b101ed049b42f8073d0cb4
Author: bodnarmykola <[email protected]>
AuthorDate: Tue Aug 3 11:03:37 2021 +0300

    [DATALAB-2409] - logging refactored
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py 
b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
index f4a1bbb..4dff3bf 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_prepare.py
@@ -43,7 +43,7 @@ def cleanup_aws_resources(tag_name, service_base_name):
 if __name__ == "__main__":
     #creating aws config file
     try:
-        logging.info('[CREATE AWS CONFIG FILE]')
+        datalab.logger.logging.info('[CREATE AWS CONFIG FILE]')
         if 'aws_access_key' in os.environ and 'aws_secret_access_key' in 
os.environ:
             
datalab.actions_lib.create_aws_config_files(generate_full_config=True)
         else:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to