Merge pull request #6848 from Originate/mb-use-stderr-for-warnings

core: Keep errors/warning out of stdout for ease of automation
This commit is contained in:
Paul Hinze 2016-05-24 09:17:23 -05:00
commit 14f64113b8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func init() {
OutputPrefix: OutputPrefix,
InfoPrefix: OutputPrefix,
ErrorPrefix: ErrorPrefix,
Ui: &cli.BasicUi{Writer: os.Stdout},
Ui: &cli.BasicUi{Writer: os.Stdout, ErrorWriter: os.Stderr},
}
meta := command.Meta{