From 170f1709a727e94bcb73ea3303e96e216f59b8ea Mon Sep 17 00:00:00 2001 From: Ramon Figueiredo Date: Thu, 17 Oct 2024 15:22:37 -0700 Subject: [PATCH] [cuegui] Add Rocky 9 log root in cuegui.yaml (#1543) - 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',