diff --git a/docs/developer-docs/smart-contracts/maintain/logs.mdx b/docs/developer-docs/smart-contracts/maintain/logs.mdx index ec5a6f963f..a23c9fead1 100644 --- a/docs/developer-docs/smart-contracts/maintain/logs.mdx +++ b/docs/developer-docs/smart-contracts/maintain/logs.mdx @@ -26,7 +26,7 @@ The canister logging feature is designed to p A canister's controller is able to retrieve the canister's logs, even when executions trap, using `dfx canister logs`. :::info -Non-replicated calls currently are supported for logging. +Non-replicated calls are not currently supported for logging. ::: ## Using `dfx`