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

[ISSUE] Connectors logging configuration documented, but not supported #2184

Open
Tracked by #1
chillleader opened this issue Aug 6, 2024 · 1 comment
Open
Tracked by #1
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between

Comments

@chillleader
Copy link
Member

chillleader commented Aug 6, 2024

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

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:

  1. Update the operate section of the helm values file. Set the root logger level to debug

    operate:
    logging:
    level:
    ROOT: DEBUG

  2. Update the connectors section of the helm values file. Again set the root logger level to debug

    connectors:
    logging:
    level:
    ROOT: DEBUG

  3. 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.

  • Platform: 8.5, 8.6-alpha
  • Helm CLI version: any
  • Chart version: e.g. 10.2.1
  • Values file: no custom values
@chillleader chillleader added the kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between label Aug 6, 2024
@aabouzaid aabouzaid added this to the 8.6 Release Cycle milestone Aug 12, 2024
@jessesimpson36
Copy link
Contributor

related: #1263

@aabouzaid aabouzaid added the cycle/alpha5 Tasks will be done in alpha5 cycle label Aug 12, 2024
@aabouzaid aabouzaid removed the cycle/alpha5 Tasks will be done in alpha5 cycle label Oct 12, 2024
@aabouzaid aabouzaid removed this from the 8.6 Release Cycle milestone Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/issue Unidentified issue, it could be a bug, misconfig, or anything in between
Projects
None yet
Development

No branches or pull requests

3 participants