dfinity / motoko-playground

Motoko playground
https://play.motoko.org
Apache License 2.0
64 stars 22 forks source link

request: add a context menu to the deployed canisters to obtain the `dfx canister log` #254

Closed ggreif closed 4 days ago

ggreif commented 3 weeks ago
Screenshot 2024-09-12 at 19 39 40

Sometimes there is crucial information in the log which the user wants to see. One cannot use the dfx canister log command, as there is no controller identity around.

CAVEAT: the log may contain garbled unicode characters.

chenyan-dfinity commented 3 weeks ago

May be better to do this in Candid UI, so that it supports canisters outside of playground as well.

chenyan-dfinity commented 4 days ago

Done in #260