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.
-
Customize configmap-logback.yaml according to your needs and apply:
kubecttl apply -f configmap-logback.yaml
-
Configure the Helm chart to use the custom ConfigMap in values.yaml
configuration: logback: existingConfigmap: "graphdb-custom-logback-config"
-
Deploy the Helm chart with the custom configurations
helm upgrade --install --values values.yaml graphdb-logback ../../