From 4e19eb64c92eec861c91c19183c33f6a332b2b7c Mon Sep 17 00:00:00 2001 From: Paolo Chila Date: Fri, 28 Feb 2025 09:15:19 +0100 Subject: [PATCH] Log what beats are being packaged within agentbeat --- x-pack/agentbeat/magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/agentbeat/magefile.go b/x-pack/agentbeat/magefile.go index 9530111a644..62a186d7ea5 100644 --- a/x-pack/agentbeat/magefile.go +++ b/x-pack/agentbeat/magefile.go @@ -127,7 +127,7 @@ func PrepareLightModules() error { func Package() error { start := time.Now() defer func() { fmt.Println("package ran for", time.Since(start)) }() - + fmt.Printf(">> Packaging agentbeat that includes %v\n", getIncludedBeats()) // specific packaging just for agentbeat devtools.MustUsePackaging("agentbeat", "x-pack/agentbeat/dev-tools/packaging/packages.yml")