From ede3fe6c81c1d41b94e7746799dcb658d00743e5 Mon Sep 17 00:00:00 2001 From: Mxmilu666 Date: Sun, 10 Sep 2023 17:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=86Windows=E5=86=99?= =?UTF-8?q?=E4=BD=9CLinux=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3-4-debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-4-debug.md b/docs/3-4-debug.md index bc707df..d2f2669 100644 --- a/docs/3-4-debug.md +++ b/docs/3-4-debug.md @@ -64,7 +64,7 @@ ps ax | grep -E 'services|./client' | grep -v grep         ``` 节点端日志在安装目录的logs目录内,文件名为client.log Linux管理端日志在/usr/share/hfish/log文件夹内,文件名为server.log -Linux管理端日志在C:\Users\Public\hfish\log文件夹内,文件名为server.log +Windows管理端日志在C:\Users\Public\hfish\log文件夹内,文件名为server.log ​ Linux节点端后台运行方案: nohup .~/client >>nohup.out 2>&1 &