优化配置
This commit is contained in:
parent
0161a8f9e0
commit
fc7294e0fc
2
main.go
2
main.go
|
@ -102,7 +102,7 @@ func startServer(opts *config.Options) (err error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
fmt.Println(config.GetConf().KafkaUrl, "*************")
|
||||||
pidFile := opts.GenPidFile()
|
pidFile := opts.GenPidFile()
|
||||||
//根据启动命令行参数,决定启动哪种服务模式
|
//根据启动命令行参数,决定启动哪种服务模式
|
||||||
switch opts.App {
|
switch opts.App {
|
||||||
|
|
Loading…
Reference in New Issue