This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Output logs to stdout instead of stderr
Previously logs were sent to the same writer as errors which was using os.Stderr, or the user had the option to discard all logs. This change continues to send errors to os.Stderr, but uses os.Stdout for logs. Users can still discard logs using -silent flag, or redirect output themselves.
- Loading branch information