Skip to content

Commit cc5058f

Browse files
committed
Add logging section example
Add logging section example to OpenStackLightspeed sample config. Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
1 parent 6a09734 commit cc5058f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config/samples/api_v1beta1_openstacklightspeed.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ spec:
1515
# database:
1616
# size: "5Gi"
1717
# class: "my-storage-class"
18+
# Uncomment to customize log levels (DEBUG, INFO, WARNING, ERROR, CRITICAL):
19+
# logging:
20+
# ogxLogLevel: "all=info"
21+
# lightspeedStackLogLevel: "INFO"
22+
# dataverseExporterLogLevel: "INFO"
1823
# Uncomment to enable OKP (Offline Knowledge Portal) as an Inline RAG source:
1924
# okp:
2025
# accessKey: okp-access-key-secret

0 commit comments

Comments
 (0)