diff --git a/.changeset/share-link-enabled-at-redemption.md b/.changeset/share-link-enabled-at-redemption.md index c03fd0e014..f3ecae4757 100644 --- a/.changeset/share-link-enabled-at-redemption.md +++ b/.changeset/share-link-enabled-at-redemption.md @@ -64,6 +64,8 @@ Minting is unchanged: `createLink` still refuses `SHARING_NOT_ENABLED` for an ordinary caller, and the system / `permissive` bypass still mints — what it mints simply does not serve until the block is on. The refusal logs one `warn` line per refused hit and is not latched, so a retroactive deploy with many live -links on switched-off objects will burst the log once. +links on switched-off objects does not burst the log once and subside: the +volume tracks traffic, one line per refused hit, for as long as requests keep +reaching those links — until the block is re-enabled or the links are revoked.