We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa8f17 commit 1dbfa88Copy full SHA for 1dbfa88
internal/k8s/k8s_log/k8s_log.go
@@ -84,7 +84,7 @@ func (ls LogScanner) StartReadingLogs() {
84
LineBuffer: linebuffer.New(logContent),
85
Container: ls.Container,
86
}
87
-
+
88
ls.LogChan <- newLog
89
90
0 commit comments