You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/10/15 07:56:49 UTC

[incubator-datalab] branch DATALAB-2409 updated (aee7cc9 -> 1ed1271)

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

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


    from aee7cc9  [DATALAB-2409]: moved azure_ssn_instance_size argument to optional as it has default value
     new 26ff7d1  [DATALAB-2409]: removed logging warnings
     new 1ed1271  [DATALAB-2409]: added list

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 infrastructure-provisioning/src/general/lib/os/logger.py    | 3 ++-
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 02/02: [DATALAB-2409]: added list

Posted by lf...@apache.org.
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 1ed127165763886f4c458b0d0072bceeea7e5a49
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Oct 15 10:56:37 2021 +0300

    [DATALAB-2409]: added list
---
 infrastructure-provisioning/src/ssn/scripts/configure_ui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
index 4a4476e..53c5901 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ui.py
@@ -137,6 +137,7 @@ def configure_mongo(mongo_passwd, default_endpoint_name):
             os.environ['conf_cloud_provider'].upper()))
         conn.sudo('mv /tmp/local_endpoint.json ' + args.datalab_path + 'tmp/')
         conn.sudo('pip3 install -U six==1.15.0 patchwork')
+        conn.sudo("ls -la " + args.datalab_path + "tmp/")
         conn.sudo("python3 " + args.datalab_path + "tmp/configure_mongo.py --datalab_path {} ".format(
             args.datalab_path))
     except Exception as err:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/02: [DATALAB-2409]: removed logging warnings

Posted by lf...@apache.org.
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 26ff7d1ef675019ba5c02cbbe48540e2a183e20e
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Oct 15 10:55:34 2021 +0300

    [DATALAB-2409]: removed logging warnings
---
 infrastructure-provisioning/src/general/lib/os/logger.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/logger.py b/infrastructure-provisioning/src/general/lib/os/logger.py
index 1f5f1a6..ceb04bc 100644
--- a/infrastructure-provisioning/src/general/lib/os/logger.py
+++ b/infrastructure-provisioning/src/general/lib/os/logger.py
@@ -30,4 +30,5 @@ logging.basicConfig(format='%(levelname)-8s [%(asctime)s]  %(message)s',
                     filemode='a')
 console = logging.StreamHandler()
 console.setLevel(logging.INFO)
-logging.getLogger('').addHandler(console)
\ No newline at end of file
+logging.getLogger('').addHandler(console)
+logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org