This is an automated email from the ASF dual-hosted git repository. lfrolov pushed a commit to branch DATALAB-2409 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 3fe53c91bc7d4d34368a3d4d21f45459dd2040f1 Author: leonidfrolov <[email protected]> AuthorDate: Mon Oct 4 17:18:53 2021 +0300 [DATALAB-2409]: removed logging duplicate --- infrastructure-provisioning/src/general/scripts/aws/edge_configure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py index e688d3c..19269e0 100644 --- a/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py +++ b/infrastructure-provisioning/src/general/scripts/aws/edge_configure.py @@ -272,7 +272,6 @@ if __name__ == "__main__": try: logging.info('[SUMMARY]') - logging.info('[SUMMARY]') logging.info("Instance name: {}".format(edge_conf['instance_name'])) logging.info("Hostname: {}".format(edge_conf['instance_hostname'])) logging.info("Public IP: {}".format(edge_conf['edge_public_ip'])) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
