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

Use the tracing crate for structured logging #253

Open
felinira opened this issue Aug 12, 2024 · 0 comments
Open

Use the tracing crate for structured logging #253

felinira opened this issue Aug 12, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@felinira
Copy link
Collaborator

Everyone is using tracing now and we are late to the party.

If anyone wants to implement this let me know. The first step would be to migrate from log to the tracing crate in magic-wormhole and then using tracing_subscriber in magic-wormhole-cli to subscribe to tracing messages and define multiple output formats (human readable and json would probably be a good start).

For backwards compatibility we should enable the log feature in tracing. This should allow us to switch to tracing without breaking semver (at least I think so).

As a last step the tracing events could then be annotated with useful fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant