Skip to content

Commit

Permalink
Ensure that functionbeat is logging at info level not debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Jan 22, 2019
1 parent 84844b3 commit 8fabc98
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 @@ -129,6 +129,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 8fabc98

Please sign in to comment.