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

key-value logging #4

Open
yoshuawuyts opened this issue Jul 21, 2019 · 1 comment
Open

key-value logging #4

yoshuawuyts opened this issue Jul 21, 2019 · 1 comment

Comments

@yoshuawuyts
Copy link
Collaborator

Now that experimental key-value logging has landed in log (rust-lang/log#328), we should look into using it for async-log.

This is currently blocked on having a way to actually log key-value entries, as the macros in log don't support this yet. I've asked a question about this in rust-lang/log#328 (comment), which hopefully lead to a resolution where we can start logging key-value pairs!

@yoshuawuyts
Copy link
Collaborator Author

This mostly works now because of #5. The only piece missing is adding support to the #[instrument] macro.

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

No branches or pull requests

1 participant