{% extends "base.html" %} {% block title %}Audit log - {{ pack.pack }}{% endblock %} {% block content %}
One line per write, newest first, from
{{ pack.console_dir }}/audit.jsonl. The log lives outside Git; the Git history holds the file-level
record. The console never commits.
| At | Actor | File | Reason | IDs | Before | After |
|---|---|---|---|---|---|---|
| {{ entry.at[:19] }} | {{ entry.actor }} | {{ entry.file }} | {{ entry.reason }} | {{ entry.ids | join(', ') }} | {{ entry.sha256_before | shorten }} | {{ entry.sha256_after | shorten }} |
| Nothing written yet. | ||||||