diff options
Diffstat (limited to 'api/docker.go')
| -rw-r--r-- | api/docker.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/docker.go b/api/docker.go index 551c818..b82b731 100644 --- a/api/docker.go +++ b/api/docker.go @@ -43,7 +43,7 @@ func vttLogs(ctx context.Context, lines uint) (io.ReadCloser, error) { opts := container.LogsOptions{ ShowStdout: true, - // ShowStderr: true, + ShowStderr: true, } if lines != 0 { opts.Tail = fmt.Sprint(lines) |
