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
The rate_limiter crate still has an internal dependency on our logger crate, which is not going to be published on crates.io as a separate library. We should remove this and any kind of logging altogether (addressing #259 in the process would definitely help) before rate_limiter can be considered independent.
The text was updated successfully, but these errors were encountered:
Our logger crate might need to go on crates.io as well. Of course after separating Firecracker specific code inside it and making that plugable. But this is a decision we need to make after looking at the whole codebase and our uses of logger.
The
rate_limiter
crate still has an internal dependency on ourlogger
crate, which is not going to be published oncrates.io
as a separate library. We should remove this and any kind of logging altogether (addressing #259 in the process would definitely help) beforerate_limiter
can be considered independent.The text was updated successfully, but these errors were encountered: