From 01f3870a0a871011ab5a9ebca53446cfa0b2660b Mon Sep 17 00:00:00 2001 From: Jimmy Christensen Date: Thu, 5 Dec 2024 00:01:28 +0100 Subject: [PATCH] Added small description on how to configure for rqd framelogs to Loki --- cuebot/src/main/resources/opencue.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cuebot/src/main/resources/opencue.properties b/cuebot/src/main/resources/opencue.properties index ba0fbc130..12a821a4d 100644 --- a/cuebot/src/main/resources/opencue.properties +++ b/cuebot/src/main/resources/opencue.properties @@ -62,7 +62,11 @@ log.frame-log-root.default_os=${CUE_FRAME_LOG_DIR:/shots} # - log.frame-log-root.Windows=${S:} # Loki +# To enable rqd frame logs to Loki enable this flag and configure the url as shown below. When Loki +# rqd frame logs are enable all frame logs will be streamed to the loki server instead of using the +# CUE_FRAME_LOG_DIR filesystem path. Refer to the documentaion on how to configure Loki. log.loki.enabled=false +# This is the base url of the Loki server. If the url is not reachable, rqd will fail running frames. log.loki.url=http://localhost/loki/api # Maximum number of jobs to query.