{% extends "base.html" %} {% block title %}MCPO Logs - MCP Manager{% endblock %} {% block page_title %}MCPO Process Logs{% endblock %} {% block page_subtitle %}View the latest entries from the mcpo log file{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {# MCPO Status Section #}
Loading status...
File path:
{% if mcpo_settings.log_file_path %}
{{ mcpo_settings.log_file_path }}
{% if log_file_path_exists %}
(File found)
{% else %}
(File NOT found!)
{% endif %}
{% else %}
Log file path not configured in settings.
{% endif %}
Auto-refresh enabled every {{ mcpo_settings.log_auto_refresh_interval_seconds }}
seconds.
Auto-refresh disabled. Click "Refresh" to view the latest logs.
{% endif %} {% set trigger_interval = "every " ~ mcpo_settings.log_auto_refresh_interval_seconds ~ "s" if mcpo_settings.log_auto_refresh_enabled else "never" %}
Loading logs...