async-log icon indicating copy to clipboard operation
async-log copied to clipboard

key-value logging

Open yoshuawuyts opened this issue 6 years ago • 1 comments

Now that experimental key-value logging has landed in log (https://github.com/rust-lang-nursery/log/issues/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 https://github.com/rust-lang-nursery/log/issues/328#issuecomment-513557680, which hopefully lead to a resolution where we can start logging key-value pairs!

yoshuawuyts avatar Jul 21 '19 14:07 yoshuawuyts

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

yoshuawuyts avatar Aug 10 '19 23:08 yoshuawuyts