{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Log viewer. The dropdown is rendered from the server-side LOG_SOURCES table: the browser posts a key, never a path, so this page cannot become a file read. {% endcomment %} {% block title %}Logs{% endblock %} {% block styles %} {% endblock %} {% block content %}

Logs

A fixed set of server log files. The panel resolves the file server-side, so no path from this page is ever opened.

Reading the log…
Nothing matched this filter.
{% endblock %} {% block scripts %} {% endblock %}