gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
935 stars 62 forks source link

chore: Improve logging by moving git operations progress to DEBUG level #40

Closed jphuynh closed 3 years ago

jphuynh commented 3 years ago

This also adds an INFO message every time a repository has been successfully processed giving the end user a meaningful default progress output at the INFO level without flooding stdout with the git operation progress output (Which is now still accessible through the DEBUG log level)

Addressing: https://github.com/gruntwork-io/git-xargs/issues/36

jphuynh commented 3 years ago

No worries. I was never expecting an instant review :) We all have other priorities.

Your suggestion sounds good to me. I moved that specific message to the logger.