{% extends "base.html" %} {% block title %}Logs - GitHub to Gitea Mirror{% endblock %} {% block content %}

Logs

Available Log Files
{% if log_files %}
{% for log in log_files %} {% endfor %}
Filename Size Date Actions
{{ log.name }} {{ (log.size / 1024) | round(2) }} KB {{ log.mtime }} View Log
{% else %}

No log files found in the logs directory.

Log files are created when mirror operations are performed. Try running a mirror operation first.

{% endif %}
{% endblock %}