From cc5058f1e5aedaafb6909c2fa67382030a98b4d7 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 24 Jun 2026 11:39:01 +0100 Subject: [PATCH] Add logging section example Add logging section example to OpenStackLightspeed sample config. Signed-off-by: Lucas Alvares Gomes --- config/samples/api_v1beta1_openstacklightspeed.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/samples/api_v1beta1_openstacklightspeed.yaml b/config/samples/api_v1beta1_openstacklightspeed.yaml index 28cae26..ed262d0 100644 --- a/config/samples/api_v1beta1_openstacklightspeed.yaml +++ b/config/samples/api_v1beta1_openstacklightspeed.yaml @@ -15,6 +15,11 @@ spec: # database: # size: "5Gi" # class: "my-storage-class" + # Uncomment to customize log levels (DEBUG, INFO, WARNING, ERROR, CRITICAL): + # logging: + # ogxLogLevel: "all=info" + # lightspeedStackLogLevel: "INFO" + # dataverseExporterLogLevel: "INFO" # Uncomment to enable OKP (Offline Knowledge Portal) as an Inline RAG source: # okp: # accessKey: okp-access-key-secret