Enable JSON-formatted Logging#
You can use customization to change the log format of the deployments.
To change the Quarkus-based deployments to use JSON-formatted logging,
you can use the use-json-logging-for-quarkus
component.
Example Customization#
Go to your ESS installation directory:
cd ${HOME}/ess
Modify the
kustomization.yaml
(i.e., step 3 of the Applying Your Customizations procedure).Specifically, add the highlighted content to the
components
field in thekustomization.yaml
file:# kustomization.yaml in your ESS installation directory # ... Preceding content omitted for brevity # ... components: - ../release/ess/deployment/kubernetes/components/use-json-logging-for-quarkus/
Continue with the rest of the Applying Your Customizations procedure.