From 6c6eef8b0efb11ee545d02b04e6c527775ae7dd4 Mon Sep 17 00:00:00 2001 From: luhaoling <2198702716@qq.com> Date: Thu, 29 Feb 2024 19:24:55 +0800 Subject: [PATCH] fix: fix the config pass error --- internal/api/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/api/route.go b/internal/api/route.go index fbd221949..0a7a9ed86 100644 --- a/internal/api/route.go +++ b/internal/api/route.go @@ -54,7 +54,7 @@ import ( ) func Start(config *config.GlobalConfig, port int, proPort int) error { - log.ZDebug(context.Background(), "configAPI", config, "port", port) + log.ZDebug(context.Background(), "configAPI1111111111111111111", config, "port", port, "javafdasfs") if port == 0 || proPort == 0 { err := "port or proPort is empty:" + strconv.Itoa(port) + "," + strconv.Itoa(proPort) return errs.Wrap(fmt.Errorf(err))