You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/01/10 21:02:29 UTC

[GitHub] [pulsar-helm-chart] lhotari commented on a change in pull request #198: Added -Dlog4j2.formatMsgNoLookups=true to PULSAR_MANAGER_OPTS

lhotari commented on a change in pull request #198:
URL: https://github.com/apache/pulsar-helm-chart/pull/198#discussion_r781545470



##########
File path: charts/pulsar/templates/pulsar-manager-deployment.yaml
##########
@@ -89,6 +89,8 @@ spec:
                 {{- else }}
                 name: "{{ template "pulsar.fullname" . }}-{{ .Values.pulsar_manager.component }}-secret"
                 {{- end }}
+          - name: PULSAR_MANAGER_OPTS
+            value: "$(PULSAR_MANAGER_OPTS) -Dlog4j2.formatMsgNoLookups=true"

Review comment:
       I'm not familiar to this type of syntax, how does `$(PULSAR_MANAGER_OPTS)` behave? can you point to the docs? /cc @michaeljmarshall 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org