优化日志输出信息,调整 Docker Compose 配置,新增 Vector 日志收集配置

This commit is contained in:
2025-06-23 16:28:02 +08:00
parent fda1a2de0e
commit 20aa3d929c
9 changed files with 139 additions and 58 deletions

View File

@@ -45,7 +45,7 @@ func main() {
select {
case err = <-errCh:
case <-shutdown:
slog.Info("Received shutdown signal")
slog.Debug("捕获结束信号")
app.Stop()
err = <-errCh
}