Skip to content

Commit

Permalink
Update internal/component/loki/source/file/runner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr <17101802+thampiotr@users.noreply.github.com>
  • Loading branch information
wildum and thampiotr authored Jan 16, 2025
1 parent bf659c0 commit 20fa27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/component/loki/source/file/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (r *runnerTask) Equals(other runner.Task) bool {
}

// runnerReader is a wrapper around a reader (tailer or decompressor)
// It is responsible for running the runner. If the reader stops running,
// It is responsible for running the reader. If the reader stops running,
// it will retry it after a few seconds. This is useful to handle log file rotation
// when a file might be gone for a very short amount of time.
// The runner is only stopped when the corresponding target is gone or when the component is stopped.
Expand Down

0 comments on commit 20fa27e

Please sign in to comment.