Skip to content

Commit

Permalink
Log what beats are being packaged within agentbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Mar 5, 2025
1 parent a4d274e commit 4e19eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/agentbeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 4e19eb6

Please sign in to comment.