Skip to content

docs: clarify star suffix convention#1045

Closed
vibhor-aggr wants to merge 1 commit into
debug-js:masterfrom
vibhor-aggr:docs/star-suffix-convention
Closed

docs: clarify star suffix convention#1045
vibhor-aggr wants to merge 1 commit into
debug-js:masterfrom
vibhor-aggr:docs/star-suffix-convention

Conversation

@vibhor-aggr

Copy link
Copy Markdown

Summary

  • remove the stale README claim that namespace names ending in * are always enabled
  • clarify that wildcard control should be done through the DEBUG environment variable
  • keep the change documentation-only and aligned with current behavior

Closes #636.

Verification

  • smoke check proving debug('connect:*') is not auto-enabled without DEBUG
  • smoke check proving DEBUG=connect:* enables matching namespaces
  • npm run test:node
  • git diff --check

@Qix- Qix- closed this Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Wildcard in name doesn't auto enable on web

2 participants