diff --git a/backends/forward.go b/backends/forward.go index c92e6e60ad..0321db49a4 100644 --- a/backends/forward.go +++ b/backends/forward.go @@ -128,7 +128,7 @@ func (c *container) attach(ctx *beam.Message) error { return err } - path := fmt.Sprintf("/containers/%s/attach?stdout=1&stderr=0&stream=1&logs=1", c.id) + path := fmt.Sprintf("/containers/%s/attach?stdout=1&stderr=0&stream=1", c.id) stdoutR, stdoutW := io.Pipe() _, stderrW := io.Pipe()