From b0e346d7e109745e0ec9b2a7ab668caba8f60b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:48:57 +0800 Subject: [PATCH] unison-unicloud-client log --- stacks/unicloud-unison/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stacks/unicloud-unison/README.md b/stacks/unicloud-unison/README.md index 6923f3e..d21ddce 100644 --- a/stacks/unicloud-unison/README.md +++ b/stacks/unicloud-unison/README.md @@ -69,4 +69,11 @@ docker run -d --name unison-unicloud-client \ --mount type=bind,source=$SOURCE1,target="/share$SOURCE1" \ ghcr.io/yanhao98/unicloud:latest docker logs -f unison-unicloud-client +``` + +```bash +docker exec -it unison-unicloud-client tail -f /data/log/client.log +docker exec -it unison-unicloud-client tail -f /data/log/supervisord.log +docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-err.log +docker exec -it unison-unicloud-client tail -f /data/log/unicloud-supervise-std.log ``` \ No newline at end of file