{% extends "base.html" %} {% block title %}Logs - Piply{% endblock %} {% block content %}
Logs

Searchable output

Filter recent pipeline and task logs without leaving the control plane.

Recent log lines

Newest matching lines appear first.

{% if logs %} {% else %}
No log lines matched the current filters.
{% endif %}
{% endblock %}