Skip to content

Conversation

@joeduffy
Copy link
Member

Summary

Adds a JavaScript redirect for the old /docs/support/troubleshooting/#verbose-logging anchor to redirect to the new location at /docs/support/debugging/logging/#cli-verbose-logging.

Details

Older versions of Pulumi Azure Native (and potentially other providers) contain hardcoded links to the #verbose-logging anchor on the troubleshooting page. When the troubleshooting documentation was reorganized, the verbose logging content was moved to a dedicated logging page, breaking these links.

This fix follows the same pattern as the existing #conflict redirect already in place, ensuring users following old documentation links are automatically redirected to the correct location.

Testing

  • Manual verification of the redirect code syntax
  • Follows the exact pattern of the existing #conflict redirect
  • CI will validate the change

Fixes #16985

Adds JavaScript redirect from old /docs/support/troubleshooting/#verbose-logging
anchor to the new location at /docs/support/debugging/logging/#cli-verbose-logging.

This fixes broken links in older provider versions that reference the old URL.

Fixes pulumi#16985
@joeduffy
Copy link
Member Author

joeduffy commented Jan 17, 2026

Looks like this is failing because I pushed from a fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken anchor link in older provider versions: docs/support/troubleshooting/#verbose-logging

1 participant