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 current implementation of the log crate does not utilize any async features, as suggested by @rushmorem. To address this, we need to assess the feasibility of incorporating tokio::fs for async disk writes.
The text was updated successfully, but these errors were encountered:
arriqaaq
changed the title
Make log crate async
Improvement: Make log crate async
Oct 1, 2024
Issue Description
The current implementation of the log crate does not utilize any async features, as suggested by @rushmorem. To address this, we need to assess the feasibility of incorporating tokio::fs for async disk writes.
The text was updated successfully, but these errors were encountered: