Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluent Bit silently ignores wrong parameter names in the service section #8819

Open
lecaros opened this issue May 11, 2024 · 0 comments
Open

Comments

@lecaros
Copy link
Contributor

lecaros commented May 11, 2024

Bug Report

Describe the bug
If an invalid parameter name is included in the SERVICE section, Fluent Bit silently ignores it.

To Reproduce

  • Steps to reproduce the problem:

Use the following config:

[service]
  daemon off
  log_livel debug
  #log_level debug
  another_param 0

[input]
  name dummy
[output]
  name stdout

As you can see, it has two invalid parameters: log_livel and another_param.
If you run Fluent Bit with this config, you'll see no error is displayed; not even when running it with log_level debug.

Expected behavior
It should at least warn about the wrong parameter name.

Your Environment

  • Version used: 3.0.4 from master.
  • Configuration: Included above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant