{% extends 'base.html' %} {% block title %}logs{% endblock %} {% block head %} {% endblock %} {% block body %}

Directory listing for /logs/{% if project %}{{ project }}/{% endif %}{% if spider %}{{ spider }}/{% endif %}

« Back Forward »
{% if project and spider %} {% endif %} {% for row in rows %} {% if project and spider %} {% endif %} {% endfor %}
Filename Stats LogSize Content type Content encoding
{{ row['filename']|safe }}Stats {% if row['url_log_utf8'] %}Log{% endif %}{{ row['size'] }} {{ row['content_type'] }} {{ row['content_encoding'] }}
{% if project and spider and rows %}
{% if SCRAPYD_SERVERS_AMOUNT > 1 %} multinode {% endif %} Run Spider ({{ spider }})
{% endif %}
{% endblock %}