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#

  1. Go to your ESS installation directory:

    cd ${HOME}/ess
    
  2. Modify the kustomization.yaml (i.e., step 3 of the Applying Your Customizations procedure).

    Specifically, add the highlighted content to the components field in the kustomization.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/
    
  3. Continue with the rest of the Applying Your Customizations procedure.