mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
send stderr to the main view as well
This commit is contained in:
parent
02b735e011
commit
1ed796eb32
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = gui.OSCommand.RunCustomCommand("docker logs --since=60m --timestamps --follow " + container.ID)
|
||||||
|
|
||||||
cmd.Stdout = mainView
|
cmd.Stdout = mainView
|
||||||
|
cmd.Stderr = mainView
|
||||||
|
|
||||||
go gui.runProcessWithLock(cmd)
|
go gui.runProcessWithLock(cmd)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue