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 849aa21  [DATALAB-2409] - logging refactored
849aa21 is described below

commit 849aa21f14165c7e3fe0f9dc673e4c90ff1d91e6
Author: bodnarmykola <[email protected]>
AuthorDate: Tue Aug 3 10:56:54 2021 +0300

    [DATALAB-2409] - logging refactored
---
 infrastructure-provisioning/src/general/files/aws/base_Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile 
b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
index 70870b8..526f552 100644
--- a/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
+++ b/infrastructure-provisioning/src/general/files/aws/base_Dockerfile
@@ -79,6 +79,7 @@ COPY ${SRC_PATH}general/scripts/aws/common_* /root/scripts/
 COPY ${SRC_PATH}general/lib/aws/* /usr/lib/python3.8/datalab/
 COPY ${SRC_PATH}general/lib/os/${OS}/common_lib.py 
/usr/lib/python3.8/datalab/common_lib.py
 COPY ${SRC_PATH}general/lib/os/fab.py /usr/lib/python3.8/datalab/fab.py
+COPY ${SRC_PATH}general/lib/os/logger.py /usr/lib/python3.8/datalab/logger.py
 COPY ${SRC_PATH}general/files/os/ivysettings.xml /root/templates/
 COPY ${SRC_PATH}general/files/os/local_endpoint.json /root/files/
 COPY ${SRC_PATH}project/templates/locations/ /root/locations/

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

Reply via email to