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

Improve tracing #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Improve tracing #3

wants to merge 1 commit into from

Conversation

User344
Copy link
Member

@User344 User344 commented Dec 26, 2024

This PR adds conveniently exported tracing macros to asimov-core package allowing other packages use tracing without needing of #[cfg(feature = "tracing")] guard or even having tracing as dependency.
It also removes tracing dependency from other packages and makes sure all features related to tracing are properly implemented in Cargo.toml of all packages.

@User344 User344 added the enhancement New feature or request label Dec 26, 2024
@User344 User344 requested a review from artob December 26, 2024 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant