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 df4c679 commit c668dbeCopy full SHA for c668dbe
test/Grpc.IntegrationTests/GrpcSidecar/InMemoryOrchestrationService.cs
@@ -467,10 +467,10 @@ public void AddMessage(TaskMessage message)
467
{
468
// Drop the message since we're completed
469
// GOOD: The user-provided the instanceId
470
- logger.LogWarning(
471
- "Dropped {eventType} message for instance '{instanceId}' because the orchestration has already completed.",
472
- message.Event.EventType,
473
- instanceId);
+ // logger.LogWarning(
+ // "Dropped {eventType} message for instance '{instanceId}' because the orchestration has already completed.",
+ // message.Event.EventType,
+ // instanceId);
474
return;
475
}
476
0 commit comments