作者 yangfu

日志配置修改

... ... @@ -4,6 +4,7 @@ import (
"github.com/beego/beego/v2/server/web"
"github.com/linmadan/egglib-go/log/logrus"
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/constant"
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/constant"
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/infrastructure/cache"
"gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/log"
_ "gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/log"
... ...
... ... @@ -5,7 +5,7 @@ import (
"strconv"
)
const SERVICE_NAME = "gateway"
const SERVICE_NAME = "allied-creation-gateway"
var LOG_LEVEL = "debug"
... ...