Skip to content

Commit

Permalink
Cherry-pick #10262 to 6.x: Ensure that functionbeat is logging at inf…
Browse files Browse the repository at this point in the history
…o level not debug (#10300)

Cherry-pick of PR #10262 to 6.x branch. Original message:
  • Loading branch information
ph authored Jan 25, 2019
1 parent 881284c commit 6c01d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
1 change: 0 additions & 1 deletion x-pack/functionbeat/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 6c01d01

Please sign in to comment.