gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
587 stars 90 forks source link

Use a proper logger #89

Closed robmorgan closed 3 years ago

robmorgan commented 3 years ago

fetch currently writes directly to stdout and stderr, but we should use a proper logger. That way, we'd have log levels, logs would go to stderr, we could swap in a logger more easily that captures the output in tests, and so on.

robmorgan commented 3 years ago

Fixed in https://github.com/gruntwork-io/fetch/releases/tag/v0.4.0