From fc7294e0fc18bca756733c3eda6ba3be9157febe Mon Sep 17 00:00:00 2001 From: "qiyunfanbo126.com" <815699> Date: Fri, 17 Jan 2025 21:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d40ae70..3a416ea 100644 --- a/main.go +++ b/main.go @@ -102,7 +102,7 @@ func startServer(opts *config.Options) (err error) { if err != nil { return } - + fmt.Println(config.GetConf().KafkaUrl, "*************") pidFile := opts.GenPidFile() //根据启动命令行参数,决定启动哪种服务模式 switch opts.App {