From 2b84780210818d0c87a518e8871454256b3ed315 Mon Sep 17 00:00:00 2001 From: Lucas Liseth <36653792+soberpeach@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:07:12 -0400 Subject: [PATCH] Update pkg/logs/launchers/integration/launcher.go Co-authored-by: Brian Floersch --- pkg/logs/launchers/integration/launcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/logs/launchers/integration/launcher.go b/pkg/logs/launchers/integration/launcher.go index 498d0c50b8339..cbfc4ecba6715 100644 --- a/pkg/logs/launchers/integration/launcher.go +++ b/pkg/logs/launchers/integration/launcher.go @@ -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 }