Skip to content

Commit

Permalink
[mq] working branch - merge 8e29efa on top of main at 07517c0
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"07517c0712d5db90e9246b843b20c3491b16d628","createdAt":"2024-06-23T14:43:20.232030Z","headSha":"8e29efa5860b95a24131eaeb00e2ef605437d71c","id":"c7893768-8fa5-4add-89de-130e45e0160b","priority":"200","pullRequestNumber":"26979","queuedAt":"2024-06-23T14:43:20.231570Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] committed Jun 23, 2024
2 parents ea148d6 + 8e29efa commit 137c7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/protocols/events/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (c *Consumer[V]) Start() {
c.batchReader.ReadAll(func(cpu int, b *batch) {
c.process(b, true)
})
log.Infof("usm events summary: name=%q %s", c.proto, c.metricGroup.Summary())
log.Debugf("usm events summary: name=%q %s", c.proto, c.metricGroup.Summary())
close(done)
}
}
Expand Down

0 comments on commit 137c7e5

Please sign in to comment.