vm-bench/backend
Claus Lohmar 42d3cdf1fe fix: add logging to backend — analyze, job submit, status, cleanup
Backend had zero logging. Frontend logs were fine (logging.basicConfig
in app.py). Now both services write structured logs to systemd journal:

  journalctl -u vm-bench -f            # frontend (LXC)
  journalctl -u vm-bench-backend -f    # backend (srv2)
2026-07-21 18:46:12 +00:00
..
app.py fix: add logging to backend — analyze, job submit, status, cleanup 2026-07-21 18:46:12 +00:00
converter.py fix: uniform /api/v1/ prefix, real EFI detection, spec alignment 2026-07-21 17:40:08 +00:00
install.sh feat: full deployment scripts — backend + LXC creation, frontend installer 2026-07-21 17:51:53 +00:00
models.py fix: uniform /api/v1/ prefix, real EFI detection, spec alignment 2026-07-21 17:40:08 +00:00
provisioner.py chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service fix: large-file support + user-defined VM name 2026-07-21 17:59:31 +00:00