优化配置

This commit is contained in:
qiyunfanbo126.com 2025-01-17 21:14:54 +08:00
parent 0161a8f9e0
commit fc7294e0fc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {