mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user