kitplummer / goa

GitOps Agent - continuously monitors a remote git repository against local/any change, and performs actions (e.g. executes a provided command) - given a periodicity that is defined as a time intervals [NOTE: very much pre-release at this point.]
MIT License
4 stars 0 forks source link

Improving logging #81

Closed kitplummer closed 2 years ago

kitplummer commented 2 years ago

Refactor how output is done, so as to include better logging and to DRY up all the println! calls

kitplummer commented 2 years ago

https://github.com/env-logger-rs/env_logger/

kitplummer commented 2 years ago

Done, in v0.0.10 release