{% extends '_mbushub_layout.html' %} {% block content %}

Logging

  • {% if log_days == 0 %}
  • {% else %}
  • {% endif %}
{% if log_days %}

Clear button is disabled due to Continous logging is on.

{% endif %}

Download current log file

Manage historic log files

Log days: {{log_days}}
{% endblock content %} {% block scripts %} {% endblock scripts %}