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
Hmm this is unfortunate... I was hoping env_logger to be more stable and save us the boilerplate. Let me take this issue and see if we should just revert to having our own logger implementation.
I found that the current youki can't write logs to a file.
youki uses env_logger, but
env_logger::Target::Pipe
is broken according to rust-cli/env_logger#208.The text was updated successfully, but these errors were encountered: