We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8420eb + 0c8a625 commit d061979Copy full SHA for d061979
src/app/backend/logs.go
@@ -81,7 +81,7 @@ func getRawPodLogs(client *client.Client, namespace, podID string, logOptions *a
81
82
readCloser, err := req.Stream()
83
if err != nil {
84
- return "", err
+ return err.Error(), nil
85
}
86
87
defer readCloser.Close()
0 commit comments