Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Dec 19, 2024
1 parent 6ef2f59 commit 556ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *LogCollector) key() (key string) {
return
}

// request
// request logs from k8s.
func (r *LogCollector) request() (reader io.ReadCloser, err error) {
options := &core.PodLogOptions{
Container: r.Container.Name,
Expand Down

0 comments on commit 556ea1d

Please sign in to comment.