mirror of
https://github.com/containers/podman.git
synced 2026-07-27 15:37:20 -04:00
Merge pull request #6635 from rhatdan/logs
Add <return> to lines returned in podman-remote logs
This commit is contained in:
@@ -370,7 +370,7 @@ func (ic *ContainerEngine) ContainerLogs(_ context.Context, nameOrIDs []string,
|
||||
case <-ctx.Done():
|
||||
return err
|
||||
case line := <-outCh:
|
||||
_, _ = io.WriteString(options.Writer, line)
|
||||
_, _ = io.WriteString(options.Writer, line+"\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user