Skip to content

Commit

Permalink
Ensure that functionbeat is logging at info level not debug (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ph authored Jan 23, 2019
1 parent 253c8c1 commit 8dc52d7
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 @@ -134,6 +134,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*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 8dc52d7

Please sign in to comment.