From 27bd739f79baa8c80f540dcbcdd057cebc0a7683 Mon Sep 17 00:00:00 2001 From: Aphral Griffin Date: Tue, 15 Oct 2024 16:50:59 +0100 Subject: [PATCH] clean up --- internal/file/file_plugin.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/file/file_plugin.go b/internal/file/file_plugin.go index 48e167b6ab..af522ca749 100644 --- a/internal/file/file_plugin.go +++ b/internal/file/file_plugin.go @@ -96,8 +96,7 @@ func (fp *FilePlugin) handleConfigApplyRollbackComplete(ctx context.Context, msg slog.ErrorContext(ctx, "Unable to cast message payload to *mpi.DataPlaneResponse", "payload", msg.Data) return } - - slog.Info("Data Plane Response", "data", response) + fp.fileManagerService.ClearCache() fp.messagePipe.Process(ctx, &bus.Message{Topic: bus.DataPlaneResponseTopic, Data: response}) }