Skip to content

Commit

Permalink
Ignore traces by default
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Jun 28, 2024
1 parent 7ecba79 commit 2f09b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _examples/choreo.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def main() = eventloop(box {
with network(channels);
with catalog;
with input;
with report; // change to report to see traces
with ignore; // change to report to see traces
epp([Exists(buyer), Exists(seller)], buyer) { bookseller(buyer, seller) }
})
Expand All @@ -368,7 +368,7 @@ def main() = eventloop(box {
with network(channels);
with catalog;
with input;
with report;
with ignore; // change to report to see traces
epp([Exists(buyer), Exists(seller)], seller) { bookseller(buyer, seller) }
})
Expand Down

0 comments on commit 2f09b30

Please sign in to comment.