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","gitlabPipelineId":"37383814","headSha":"8e29efa5860b95a24131eaeb00e2ef605437d71c","id":"c7893768-8fa5-4add-89de-130e45e0160b","priority":"200","pullRequestNumber":"26979","queueId":"3d961790-911d-4a91-93f1-31e6eaf459a3_32","queuedAt":"2024-06-23T15:19:32.663562Z","status":"STATUS_QUEUED","temporalExecutionRunId":"2181d6b5-c7d7-4cc6-92a2-f3738350abb2","temporalExecutionWorkflowId":"35f54af5-1aa6-4b13-9a68-dc31f54b2d60_39"}
  • Loading branch information
dd-mergequeue[bot] committed Jun 23, 2024
2 parents 9902de2 + 8e29efa commit 74db00e
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 74db00e

Please sign in to comment.