panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
443 stars 46 forks source link

Add logging capabilities #43

Open k3d3 opened 3 years ago

k3d3 commented 3 years ago

Right now, Panamax only prints progress bars out to stdout. While this looks nice, unfortunately it's not great for automated systems.

There should be some level of logging that can be thrown into a file or into a syslog, with different levels of erroring. I'm thinking of using the tracing crate for this.