{% extends "pobsync_backend/base.html" %} {% block title %}Logs | pobsync{% endblock %} {% block content %} Operations Logs Filter pobsync service logs by unit, priority, host, run, or message content. Back to dashboard Filter Unit All pobsync units {% for unit in units %} {{ unit }} {% endfor %} Priority {% for value, label in priorities.items %} {{ label }} {% endfor %} Time window {% for value, label in time_windows.items %} {{ label }} {% endfor %} Host contains Run Message contains Filter logs Clear Messages {% if error %} {{ error }} {% else %} {% for line in lines %}{{ line }} {% empty %}No log messages matched the current filter. {% endfor %} {% endif %} {% endblock %}
{{ error }}
{% for line in lines %}{{ line }} {% empty %}No log messages matched the current filter. {% endfor %}