{% extends 'base.html' %} {% block title %}System Logs{% endblock %} {% block page_title %}System Logs{% endblock %} {% block extra_css %} {% endblock %} {% block topbar_actions %} {% endblock %} {% block content %}
Application Logs
{% if file_exists %}{{ log_file }}{% else %}Log file not found{% endif %}
All Error 0 Warning 0 Info 0 Debug 0
Timestamp Level Module Message
Loading…
{% endblock %} {% block extra_js %} {% endblock %}