From cbce5ad7c889e686cc7d24ba6ba94ed36886b2a0 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Sat, 20 Dec 2025 15:24:57 +0800 Subject: [PATCH] =?UTF-8?q?chore(log):=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=BB=A5=E6=8E=92=E9=99=A4=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加对 log/server-20251220.log 文件的排除规则,确保该日志文件不被纳入版本控制。 - 更新 server-20251220.log 文件,添加一行记录以反映服务状态。 --- .gitignore | 1 + log/server-20251220.log | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 67b3378..34afa40 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ marketing-system-data-tool.tar web/config.js server/server.log server/server +log/server-20251220.log diff --git a/log/server-20251220.log b/log/server-20251220.log index 0c4efff..379c3c3 100644 --- a/log/server-20251220.log +++ b/log/server-20251220.log @@ -8,3 +8,4 @@ gRPC user client connected to 121.41.108.37:30900 [服务启动] 开始恢复未完成的导出任务... server listening on :8077 [任务恢复] 没有需要恢复的任务 +1 \ No newline at end of file