Closed maksymar closed 6 months ago
Will ic00.canister_status
return log visibility of the canister?
I suppose that logs produced during install_code
will also be recorded, right?
I suppose that logs produced during
install_code
will also be recorded, right?
since this is an update call, then it's one of the requirements from the design doc:
Developers are able to log messages in:
- Heartbeats
- Timers
- Pre/post upgrade and canister_init
- Update calls
- Queries if called in replicated mode
hi all, the feature is going to be available on the next dfx release, I suppose we can move forward with merging this PR.
please take another look and LGTM!
In the Interface Spec meeting, we suggested that we may want to mark this feature as experimental.
Really looking forward to this feature!
This PR introduces the API changes needed to support MVP for canister logging.