diff --git a/Common/src/gRPC/Services/WatchToGrpc.cs b/Common/src/gRPC/Services/WatchToGrpc.cs index 8e2f02f5d..8c6508637 100644 --- a/Common/src/gRPC/Services/WatchToGrpc.cs +++ b/Common/src/gRPC/Services/WatchToGrpc.cs @@ -93,6 +93,11 @@ public async IAsyncEnumerable GetEvents(string : resultsFilters.ToResultFilter() .ExpressionAnd(data => data.SessionId == sessionId); + logger_.LogDebug("Task {taskFilter}", + internalTasksFilter); + logger_.LogDebug("Result {resultFilter}", + resultsFilters); + using var scope = logger_.BeginPropertyScope(("sessionId", sessionId)); if (!events.Any() || events.Contains(EventsEnum.NewTask))