panamax
panamax copied to clipboard
Add logging capabilities
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.