%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% log_ids = @object.job_log_ids job_ids = @object.job_ids still_logging, done_logging = log_ids.keys.partition { |k| log_ids[k].nil? } %> <% unless done_logging.empty? %>
finished component | job log |
---|---|
<%= cname %> | <%= link_to("Log for #{cname}", job_path(job_ids[cname], anchor: "Log")) %> |
<%= @object.stderr_log_lines.join("\n") %><%# Applying a long throttle suppresses the auto-refresh of this partial that would normally be triggered by arv-log-event. %>