From 029b3bdd5cc1c7fe41bb3ed77e5c2865ecb4bdff Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:06:50 -0500 Subject: [PATCH] Update logs.mdx --- docs/developer-docs/smart-contracts/maintain/logs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/smart-contracts/maintain/logs.mdx b/docs/developer-docs/smart-contracts/maintain/logs.mdx index 6af970befe..74960a45dc 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 do not supported in regards to logging +Non-replicated calls currently are supported for logging. ::: ## Using `dfx`