{% extends 'base.html' %} {% block title %}System Logs{% endblock %} {% block page_title %}System Logs{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Settings
{% if file_exists %} {{ file_size_fmt }} {{ file_mtime }} {% else %} Log file not found {% endif %} {{ db_count }} entries in DB
All Error 0 Critical 0 Warning 0 Info 0 Debug 0
Auto-refresh
Download
Timestamp Level Module Message
Loading…
{% endblock %} {% block extra_js %} {% endblock %}