aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/api/docker.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/docker.go')
-rw-r--r--api/docker.go2
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)