…ve stats contradiction, clean up imports
- Replace all occurrences of `icp canister update-settings` with the
correct `icp canister settings update` command (4 occurrences including
the CLI reference link text at the bottom of the page)
- Resolve contradictory query stats reset claim: per IC interface spec,
query_stats is only initialized on canister creation and is never
reset on reinstall or upgrade; update description to "since the canister
was created" and add TODO comments for human verification
- Remove unused `CanisterStatusArgs` import from Rust query stats snippet;
`CanisterStatusArgs = CanisterIdRecord` is a type alias and only
`CanisterIdRecord` is used in the struct literal
- Add deprecation note to backtrace example: `ic_cdk::api::stable` was
deprecated since ic-cdk 0.18.0; suggest `ic_cdk::stable` as replacement
- Add TODO flag for epoch duration claim (unverified in source material)
Summary
ic_cdk::println!) and Motoko (Debug.printfrommo:core/Debug)icp canister logs <id>CLI commandSync recommendation
Informed by
dfinity/icskills—skills/icp-cli/SKILL.md; informed bydfinity/portal—docs/building-apps/canister-management/logs.mdx; informed bydfinity/icp-cli— command reference