Skip to content

fix: enable register-tracing feature by default in cli#606

Merged
MicaiahReid merged 1 commit intosolana-foundation:mainfrom
procdump:fix_tracing_by_default
Apr 1, 2026
Merged

fix: enable register-tracing feature by default in cli#606
MicaiahReid merged 1 commit intosolana-foundation:mainfrom
procdump:fix_tracing_by_default

Conversation

@procdump
Copy link
Copy Markdown
Contributor

@procdump procdump commented Apr 1, 2026

Hey @MicaiahReid, sorry about putting register-tracing in the wrong place - I added it to core's default features but the workspace dep uses default-features = false, so it was never actually enabled. Fixed it now by moving it to the cli defaults instead.

The feature was listed in core's defaults but the workspace dependency
uses default-features = false, so it was never actually enabled.
Move it to the cli crate's default features where it takes effect
and remove it from core's defaults to avoid confusion.
Copy link
Copy Markdown
Collaborator

@MicaiahReid MicaiahReid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, good find!

@MicaiahReid MicaiahReid merged commit 687f4d0 into solana-foundation:main Apr 1, 2026
4 checks passed
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.

2 participants