镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-07 15:06:47 +00:00
refactor(manager): command pulling to command pushing and tests
这个提交包含在:
@@ -11,7 +11,9 @@ func contextErrorLogger(c *gin.Context) {
|
||||
errs := c.Errors.ByType(gin.ErrorTypeAny)
|
||||
if len(errs) > 0 {
|
||||
for _, err := range errs {
|
||||
logger.Error(`"in request "%s %s: %s"`, c.Request.Method, c.Request.URL.Path, err.Error())
|
||||
logger.Error(`"in request "%s %s: %s"`,
|
||||
c.Request.Method, c.Request.URL.Path,
|
||||
err.Error())
|
||||
}
|
||||
}
|
||||
// pass on to the next middleware in chain
|
||||
|
||||
在新工单中引用
屏蔽一个用户