From d5545cb31d7b8a1c7f13066725bd9f148985982f Mon Sep 17 00:00:00 2001 From: Ramon Figueiredo Date: Thu, 17 Oct 2024 14:57:10 -0700 Subject: [PATCH] Add rocky9 log root to render_logs.root in cuegui.yaml --- cuegui/cuegui/config/cuegui.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cuegui/cuegui/config/cuegui.yaml b/cuegui/cuegui/config/cuegui.yaml index 529cb9e00..546e52527 100644 --- a/cuegui/cuegui/config/cuegui.yaml +++ b/cuegui/cuegui/config/cuegui.yaml @@ -41,6 +41,7 @@ render_logs.root: darwin: '/Users/shots' linux: '/shots' rhel7: '/shots' + rocky9: '/shots' # Substrings which, when found in render logs, will cause that line to be highlighted. render_logs.highlight.error: [ 'error', 'aborted', 'fatal', 'failed', 'killed', 'command not found',