{% extends "components/_cc_shell.html" %} {% block title %}fs-report · Run Log{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if run_errored %}Failed report run{% else %}Run log{% endif %}

Run Log

Run {{ run_id }}{% if run_recipes %} · {{ run_recipes[0] }}{% if run_recipes | length > 1 %} +{{ run_recipes | length - 1 }}{% endif %}{% endif %}{% if scope %} · {{ scope }}{% endif %}
Command Center {% if log_found %} Download log {% endif %}
{% if run_errored %}Something went wrong with this report. Contact{% else %}Need help with this run? Contact{% endif %} support@finitestate.io and include this run's id ({{ run_id }}) and the log below {% if log_found %}(use Download log to attach it){% endif %}.

Log output

{{ run_id }}
{% if log_found %} {% if log_truncated %}

Showing the last portion of the log (truncated) — use Download log for the full log.

{% endif %}
{{ log_text }}
{% else %}
No log file found for this run. The log may have been rotated or removed. Contact support@finitestate.io with the run id above.
{% endif %}
{% endblock %}