We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug values entry: logLevel, specifically switching it to debug` does not have any effect and brings confusion to the chart users
logLevel
To Reproduce Steps to reproduce the behavior:
... logLevel: debug ... env: # LDAP_LOGLEVEL: "256" ...
Expected behavior Expected effect: same as when changing log level with LDAP_LOGLEVEL environment variable
Additional context looks like e648cf3 has removed this functionality
The text was updated successfully, but these errors were encountered:
Hi,
Yeah I agree it's confusing and it's from the old osixia image and is not available now with the Bitnami one.
Would you prefer to have the field remove or still have it instead of the env var ? (And how much configuration room ?)
Sorry, something went wrong.
Removing of logLevel would be sufficient to avoid confusion. Log verbosity still can be adjusted in env section
env
No branches or pull requests
Describe the bug
values entry:
logLevel
, specifically switching it to debug` does not have any effect and brings confusion to the chart usersTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected effect: same as when changing log level with LDAP_LOGLEVEL environment variable
Additional context
looks like e648cf3 has removed this functionality
The text was updated successfully, but these errors were encountered: