Skip to content

Commit

Permalink
Set stderr for plugin runs
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Aug 8, 2023
1 parent 2c5b8c7 commit 71ffd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func runPlugin(plugin Plugin, args []string, envKeyValues PluginConfig, input []
logWriter := logwriter.NewLogWriter(logger)

cmd.SetStdout(logWriter)
cmd.SetStderr(logWriter)

cmdErr := cmd.Run()

Expand Down

0 comments on commit 71ffd91

Please sign in to comment.