Skip to content

Commit 78229dd

Browse files
authored
Remove ETW HTTP Log Statement (#43838)
### What does this PR do? Removes unneeded log statement that was causing issues: [AGENT-15099](https://datadoghq.atlassian.net/browse/AGENT-15099). ### Motivation https://datadoghq.atlassian.net/browse/AGENT-15099 https://datadoghq.atlassian.net/browse/WINA-2071 ### Describe how you validated your changes Only removes a log statement. Covered by existing tests. ### Additional Notes [AGENT-15099]: https://datadoghq.atlassian.net/browse/AGENT-15099?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ getHttpConnLink already includes a log message for this result and it's behind a verbose flag https://github.com/DataDog/datadog-agent/blob/12bfa8acd0e134aae84a5c62753b1776a810c18d/pkg/network/protocols/http/etw_http_service.go#L325-L327 Co-authored-by: jack.phillips <jack.phillips@datadoghq.com>
1 parent 5131c4a commit 78229dd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/network/protocols/http/etw_http_service.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,6 @@ func httpCallbackOnHTTPRequestTraceTaskDeliver(eventInfo *etw.DDEventRecord) {
808808
// Get req/resp conn link
809809
httpConnLink, found := getHttpConnLink(eventInfo.EventHeader.ActivityID)
810810
if !found {
811-
log.Warnf("connlink not found at tracetaskdeliver")
812811
return
813812
}
814813
httpConnLink.opcodes = append(httpConnLink.opcodes, eventInfo.EventHeader.EventDescriptor.ID)

0 commit comments

Comments
 (0)