We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42ffc4 commit a4cd30dCopy full SHA for a4cd30d
1 file changed
x-pack/elastic-agent/pkg/composable/controller.go
@@ -43,7 +43,6 @@ type controller struct {
43
// New creates a new controller.
44
func New(log *logger.Logger, c *config.Config) (Controller, error) {
45
l := log.Named("composable")
46
- l.Info("EXPERIMENTAL - Inputs with variables are currently experimental and should not be used in production")
47
48
var providersCfg Config
49
if c != nil {
0 commit comments