Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Nov 15, 2024
1 parent c822ed2 commit e3a6296
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkg/logs/tailers/file/tailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ func addToTailerInfo(k, m string, tailerInfo *status.InfoRegistry) {
// messages to a new channel and using an updated file and decoder.
func (t *Tailer) NewRotatedTailer(file *File, outputChan chan *message.Message, pipelineMonitor metrics.PipelineMonitor, decoder *decoder.Decoder, info *status.InfoRegistry, tagAdder tag.EntityTagAdder) *Tailer {
options := &TailerOptions{
OutputChan: outputChan,
File: file,
SleepDuration: t.sleepDuration,
Decoder: decoder,
Info: info,
Rotated: true,
TagAdder: tagAdder,
OutputChan: outputChan,
File: file,
SleepDuration: t.sleepDuration,
Decoder: decoder,
Info: info,
Rotated: true,
TagAdder: tagAdder,
PipelineMonitor: pipelineMonitor,
}

Expand Down

0 comments on commit e3a6296

Please sign in to comment.