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 issue:
Configuring logging for connectors as described in the README is without any effect. https://github.com/camunda/camunda-platform-helm/tree/main/charts/camunda-platform-latest#connectors-parameters
Actual behavior:
connectors.logging is ignored
connectors.logging
Expected behavior:
connectors.logging is handled in the Helm chart explicitly like for other components and takes effect as documented.
Note that a backport is most likely needed for 8.5.
How to reproduce:
Update the operate section of the helm values file. Set the root logger level to debug
operate: logging: level: ROOT: DEBUG
Update the connectors section of the helm values file. Again set the root logger level to debug
connectors: logging: level: ROOT: DEBUG
Upgrade to the updated chart
helm upgrade <RELEASE_NAME> camunda/camunda-platform -f <YOUR_YAML_FILE>
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered:
related: #1263
Sorry, something went wrong.
No branches or pull requests
Describe the issue:
Configuring logging for connectors as described in the README is without any effect. https://github.com/camunda/camunda-platform-helm/tree/main/charts/camunda-platform-latest#connectors-parameters
Actual behavior:
connectors.logging
is ignoredExpected behavior:
connectors.logging
is handled in the Helm chart explicitly like for other components and takes effect as documented.Note that a backport is most likely needed for 8.5.
How to reproduce:
Update the operate section of the helm values file. Set the root logger level to debug
operate:
logging:
level:
ROOT: DEBUG
Update the connectors section of the helm values file. Again set the root logger level to debug
connectors:
logging:
level:
ROOT: DEBUG
Upgrade to the updated chart
helm upgrade <RELEASE_NAME> camunda/camunda-platform -f <YOUR_YAML_FILE>
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
The text was updated successfully, but these errors were encountered: