nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
308 stars 20 forks source link

Library should not log #117

Closed nickgerace closed 3 years ago

nickgerace commented 3 years ago

The gfold library should not log. The application should, if needed. Since the architecture is mainly a small CLI backed by a library, logging might even be removed entirely.

In addition, the logging from gfold 1.2.1 and before was very opinionated and included text that could become out of date or be incorrect.