We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a1bad commit fbd3a4dCopy full SHA for fbd3a4d
apps/history-service/messagequeue/rabbitmq.go
@@ -87,7 +87,7 @@ func ConsumeSubmissionMessages(client *firestore.Client, createSubmission func(
87
// Start a goroutine to handle incoming messages
88
go func() {
89
for d := range msgs {
90
- log.Printf("RabbitMQ: Received a message: %v", d)
+ log.Printf("RabbitMQ: Received a message")
91
92
// Parse request
93
var submissionHistory models.SubmissionHistory
0 commit comments