{% include "includes/headers.html" %} {% with facet='logs' %} {% set page_help='Logs-page' %} {% include "includes/navbar.html" %} {% endwith %}
{% if recipe.args.url %} {% with facet='logs' %} {% include "includes/data-tabs.html" %} {% endwith %} {% endif %}

Logs from HXL processing

This page displays internal log messages from HXL processing. If something unexpected is happening (for example, a number or date isn't being formatted correctly), you might be able to find the answer here.

{% if not recipe.recipe_id %} {% include "includes/params.html" %} {% endif %}
{% for message in recipe.logs(level) %}

{{ message.name }} [{{ message.levelname }}]: {{ message.getMessage() }}

{% else %}

No log messages at level {{level}} or higher.

{% endfor %}
{% include "includes/scripts.html" %}