Log_Level warn not working as expected, should be warning
Description Setting the log level to "warn" as documented in Log_level is not showing any effect, still "info" logs are printed
Expected Result
According to the Log_Level documentation, the log level for warning should be configured by setting the value Log_Level warn. Expected is that only messages of severity warn and error are printed to stdout/stderr.
Actual Result
That setting still prints logs of severity info.
Troubleshooting
Setting the value Log_Level warning is fixing the problem, it prints only message of severity warn and error
Thanks for opening @a-thaler, this is a late reply on my part. I feel this should be a bug vs. only a documentation update. I'll create a new Fluent Bit issue and link
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.