dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
534 stars 343 forks source link

chore: update canister_logs examples with replicated query cases #928

Closed maksymar closed 3 months ago

maksymar commented 3 months ago

This PR adds more cases to the canister logging examples in Rust and Motoko.

Specifically it adds a case of recording logs in a query method called in replicated mode. It also adds separate tests for each canister logging example case.