camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
71 stars 130 forks source link

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

Open chillleader opened 1 month ago

chillleader commented 1 month ago

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

  1. Upgrade to the updated chart

    helm upgrade camunda/camunda-platform -f

Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.

jessesimpson36 commented 1 month ago

related: https://github.com/camunda/camunda-platform-helm/issues/1263