Skip to content

Commit

Permalink
Added small description on how to configure for rqd framelogs to Loki
Browse files Browse the repository at this point in the history
  • Loading branch information
lithorus committed Dec 4, 2024
1 parent f00f17a commit 01f3870
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cuebot/src/main/resources/opencue.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01f3870

Please sign in to comment.