Skip to content

Latest commit

 

History

History

custom-logback

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GraphDB with Custom Logback Configuration

GraphDB comes with a pre-configured Logback XML using sensible configuration defaults. However, for certain use cases, it might need to be fine-tuned.

This example shows how to use a custom Logback XML configuration with GraphDB's Helm chart.

Usage

  1. Customize configmap-logback.yaml according to your needs and apply:

    kubecttl apply -f configmap-logback.yaml
  2. Configure the Helm chart to use the custom ConfigMap in values.yaml

    configuration:
      logback:
        existingConfigmap: "graphdb-custom-logback-config"
  3. Deploy the Helm chart with the custom configurations

    helm upgrade --install --values values.yaml graphdb-logback ../../