You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Now that experimental key-value logging has landed in
log
(rust-lang/log#328), we should look into using it forasync-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!The text was updated successfully, but these errors were encountered: