Merge pull request #6856 from hashicorp/revert-6848-mb-use-stderr-for-warnings
Revert "core: Keep errors/warning out of stdout for ease of automation"
This commit is contained in:
commit
5d945944a8
|
@ -26,7 +26,7 @@ func init() {
|
|||
OutputPrefix: OutputPrefix,
|
||||
InfoPrefix: OutputPrefix,
|
||||
ErrorPrefix: ErrorPrefix,
|
||||
Ui: &cli.BasicUi{Writer: os.Stdout, ErrorWriter: os.Stderr},
|
||||
Ui: &cli.BasicUi{Writer: os.Stdout},
|
||||
}
|
||||
|
||||
meta := command.Meta{
|
||||
|
|
Loading…
Reference in New Issue