Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Log the query we created
Browse files Browse the repository at this point in the history
  • Loading branch information
tevoinea committed Aug 1, 2023
1 parent a7d6c29 commit 5eb0b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ApiService/ApiService/onefuzzlib/notifications/Ado.cs
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ public async IAsyncEnumerable<WorkItem> ExistingWorkItems(IList<(string, string)
query += " where " + string.Join(" AND ", parts);
}

_logTracer.LogInformation("{Query}", query);
return (new Wiql() {
Query = query
}, postQueryFilter);
Expand Down

0 comments on commit 5eb0b01

Please sign in to comment.