Skip to content

Commit

Permalink
Update pkg/logs/launchers/integration/launcher.go
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Floersch <[email protected]>
  • Loading branch information
soberpeach and gh123man authored Oct 4, 2024
1 parent 8bebadc commit 2b84780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logs/launchers/integration/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (s *Launcher) receiveLogs(log integrations.IntegrationLog) {
for s.combinedUsageSize+logSize > s.combinedUsageMax {
leastRecentlyModifiedFile := s.getLeastRecentlyModifiedFile()
if leastRecentlyModifiedFile == nil {
ddLog.Warn("getLeastRecentlyModifiedFile returned nil, skipping writing log to file.")
ddLog.Warn("Could not determine least recently modified file, skipping writing log to file.")
return
}

Expand Down

0 comments on commit 2b84780

Please sign in to comment.