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

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


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

commit cc61272a3799adeff61d2c87f570e06762bb902f
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