http调用时间 暂时去掉IP

This commit is contained in:
jau1jz
2019-04-11 11:48:55 +08:00
parent 3222f26d7e
commit 031db4c5c4

View File

@@ -158,7 +158,7 @@ func (slf *HttpServerService) httpHandler(w http.ResponseWriter, r *http.Request
TimeFuncPass := time.Since(TimeFuncStart)
if slf.IsPrintRequestTime() {
service.GetLogger().Printf(service.LEVER_INFO, "HttpServer Time : %s IP : %S url : %s", TimeFuncPass, strCallPath)
service.GetLogger().Printf(service.LEVER_INFO, "HttpServer Time : %s url : %s", TimeFuncPass, strCallPath)
}
w.Header().Set("Content-Type", "application/json;charset=utf-8")