Commit 0c526158 authored by Simon Pastor's avatar Simon Pastor
Browse files

httpLogger not go import error

parent b0e462a5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -88,8 +88,6 @@ func LogTx(url string, method string, body string, resp *http.Response, startTim
		responseCode = strconv.Itoa(http.StatusInternalServerError)
	}



	var metric ms.HttpMetric
	metric.LoggerName = logComponent
	metric.Direction = DirectionTX