diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 7d32d39092e..dcd934b573a 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -118,6 +118,8 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff] *Functionbeat* +- Ensure that functionbeat is logging at info level not debug. {issue}10262[10262] + ==== Added *Affecting all Beats* diff --git a/x-pack/functionbeat/config/config.go b/x-pack/functionbeat/config/config.go index 56796546bcc..d1d2f66d91c 100644 --- a/x-pack/functionbeat/config/config.go +++ b/x-pack/functionbeat/config/config.go @@ -25,7 +25,6 @@ var ConfigOverrides = common.MustNewConfigFrom(map[string]interface{}{ "path.logs": "/tmp/logs", "logging.to_stderr": true, "logging.to_files": false, - "logging.level": "debug", "setup.template.enabled": true, "queue.mem": map[string]interface{}{ "events": "${output.elasticsearch.bulk_max_size}",