{% extends "lava_scheduler_app/job_sidebar.html" %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}

Dispatcher log file - {{ job.id }}

Download as text file
{% for section in sections %} {% if section.0 == 'console' and section.1 > 20 and not forloop.last %} skip {{ section.1 }} lines to next log entry → {% endif %}
{{ section.2 }}
{% endfor %} {% if job.status == job.RUNNING %} {% endif %}
{% if job.status == job.RUNNING %} {% endif %} {% endblock %}