Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymar committed Feb 22, 2024
1 parent 7dc7c91 commit 8ec9457
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ic-utils/src/interfaces/management_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ impl<'agent> ManagementCanister<'agent> {
canister_id: Principal,
}

// `fetch_canister_logs` is only supported in non-replicated mode.
self.query(MgmtMethod::FetchCanisterLogs.as_ref())
.with_arg(In {
canister_id: *canister_id,
Expand Down

0 comments on commit 8ec9457

Please sign in to comment.