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

dockerzhang pushed a commit to branch release-1.3.0
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/release-1.3.0 by this push:
     new b36801f04 [INLONG-6136][Manager] Fix the docker logs command could not 
find log file error (#6137)
b36801f04 is described below

commit b36801f04ffe7cbc5e629074c7d8e7f347166922
Author: yrzhou <[email protected]>
AuthorDate: Tue Oct 11 17:49:30 2022 +0800

    [INLONG-6136][Manager] Fix the docker logs command could not find log file 
error (#6137)
    
    Co-authored-by: yurongzhou <[email protected]>
---
 inlong-manager/manager-docker/manager-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/manager-docker/manager-docker.sh 
b/inlong-manager/manager-docker/manager-docker.sh
index 91289b79d..f94905138 100644
--- a/inlong-manager/manager-docker/manager-docker.sh
+++ b/inlong-manager/manager-docker/manager-docker.sh
@@ -69,4 +69,4 @@ fi
 sh "${file_path}"/bin/startup.sh "${JAVA_OPTS}"
 sleep 3
 # keep alive
-tail -F "${file_path}"/logs/manager-web.log
+tail -F "${file_path}"/logs/manager-all.log

Reply via email to