Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add optional tracing feature, trace which logic #96

Merged
merged 6 commits into from
Jul 30, 2024

Conversation

Xaeroxe
Copy link
Collaborator

@Xaeroxe Xaeroxe commented Jul 29, 2024

This also moves regex into a proper feature.

Fixes #95

@Xaeroxe Xaeroxe merged commit 299189a into harryfei:master Jul 30, 2024
7 checks passed
@Xaeroxe Xaeroxe deleted the tracing branch July 30, 2024 00:02
@ActuallyHappening
Copy link

This is really good!
I was also hoping for some debug!() level emits for higher level functionality, like if I called which("cargo") it would emit (as well as trace) some debug!("Which found path "/Users/ah/.cargo/bin/cargo" from query "cargo") or something

But this can be added in a point release now anyway!

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.

Feature: Logs to tracing with a feature flag
2 participants