Skip to content

Commit

Permalink
[Agent] Update log message to be Experimental instead of Alpha (#18227)
Browse files Browse the repository at this point in the history
Closes #18214
  • Loading branch information
ruflin authored May 5, 2020
1 parent 18d34e5 commit 29316f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/warn/warn.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/logger"
)

const message = "The Elastic Agent is currently in Alpha and should not be used in production"
const message = "The Elastic Agent is currently in Experimental and should not be used in production"

// LogNotGA warns the users in the log that the Elastic Agent is not GA.
func LogNotGA(log *logger.Logger) {
Expand Down

0 comments on commit 29316f7

Please sign in to comment.