20259: Add documentation for banner and tooltip features
[arvados.git] / apps / workbench / app / views / work_units / _show_log.html.erb
index 1f643acdc9ff6a1dc042a3de86f6ab9a78357481..d2c565750c9f76e86b47c390bd63cf3b15df4d79 100644 (file)
@@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
   </div>
 <% 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 %>