X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16f704326f44fd1e5e5e60b936c9b5895d6a6ff8..85c625c40ad873d0efac33f8a63c1ee256185e36:/apps/workbench/app/views/work_units/_show_log.html.erb diff --git a/apps/workbench/app/views/work_units/_show_log.html.erb b/apps/workbench/app/views/work_units/_show_log.html.erb index 1f643acdc9..d2c565750c 100644 --- a/apps/workbench/app/views/work_units/_show_log.html.erb +++ b/apps/workbench/app/views/work_units/_show_log.html.erb @@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0 %> <% end %> -<% live_log_lines = wu.live_log_lines(Rails.configuration.running_job_log_records_to_fetch).join("\n") %> +<% live_log_lines = wu.live_log_lines(Rails.configuration.Workbench.RunningJobLogRecordsToFetch).join("\n") %> <% if !render_log or (live_log_lines.size > 0) %> <%# Still running, or recently finished and logs are still available from logs table %> <%# Show recent logs in terminal window %>