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 {