{% load bootstrap3 i18n l10n djangofloor %}

{% trans 'Check exception handling' %}

{% trans 'A DivisionByZero exception will be raised in the selected process (webserver or Celery worker). You can check if the raised exception is gracefully handled by your supervision.' %}

{% trans 'Select the process where the exception will be raised:' %} {% trans 'in a HTTP request' %} {% trans 'in a Celery queue.' %}

{% trans 'Generate a log message' %}

{% csrf_token %}
{{ logname_form.log_name }}
{{ logname_form.level }}
{% trans 'Select the process that should write the message:' %}