From 6c01d010e40d4066521122ad92e9d599247411d3 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Fri, 25 Jan 2019 10:38:28 -0500 Subject: [PATCH] Cherry-pick #10262 to 6.x: Ensure that functionbeat is logging at info level not debug (#10300) Cherry-pick of PR #10262 to 6.x branch. Original message: --- CHANGELOG.next.asciidoc | 2 ++ x-pack/functionbeat/config/config.go | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 7d32d39092ee..dcd934b573a7 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 56796546bcc9..d1d2f66d91c5 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}",