@@ -582,6 +582,6 @@ to_char(ERMS3_BIZTRADEDETAIL.RELATEDBIZID) RELATEDBIZID, ENUMDICITEM.ENUMDICNAME
}
// 查询成功
- logger.GetLogger().Debugln("QuerySpotContractDetail successed: %v", infos)
+ logger.GetLogger().Debugf("QuerySpotContractDetail successed: %v", infos)
appG.Response(http.StatusOK, e.SUCCESS, infos)
@@ -244,7 +244,7 @@ func ginLoggerMiddleware() gin.HandlerFunc {
clientip := c.ClientIP()
method := c.Request.Method
statuscode := c.Writer.Status()
- logger.GetLogger().Debugln("|%3d|%13v|%15s|%s %s",
+ logger.GetLogger().Debugf("|%3d|%13v|%15s|%s %s",
statuscode,
latency,
clientip,