send stderr to the main view as well

pull/1/head
Jesse Duffield 5 years ago
parent 02b735e011
commit 1ed796eb32

@ -151,6 +151,7 @@ func (gui *Gui) renderLogsForRegularContainer(mainView *gocui.View, container *c
cmd = gui.OSCommand.RunCustomCommand("docker logs --since=60m --timestamps --follow " + container.ID)
cmd.Stdout = mainView
cmd.Stderr = mainView
go gui.runProcessWithLock(cmd)

Loading…
Cancel
Save