Diagnostic intelligence layer for servers, services, and devices — log ingest, FTS search, and MCP-native diagnostics https://circuitforge.tech/software/turnstone
Find a file
pyr0ball 40bbc9225d fix: support hotio qBittorrent 5.x log format (N/I/W/C single-char level)
Contributor2's ghcr.io/hotio/qbittorrent:latest container uses a different format
than the classic GUI build: `(N) 2026-04-26T03:32:59 - message` with a
single-char level code before an ISO timestamp, not inside parens.

Added _HOTIO_RE alongside _CLASSIC_RE; unified via _match_line() helper so
parse() loop is unchanged. 28 tests passing, both formats covered.
2026-05-11 05:55:40 -07:00
.github/copilot feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
app fix: support hotio qBittorrent 5.x log format (N/I/W/C single-char level) 2026-05-11 05:55:40 -07:00
patterns feat: qBittorrent log ingestor with 8 diagnostic patterns 2026-05-10 08:21:16 -07:00
scripts feat: plain-text and Plex log ingestors 2026-05-08 17:50:01 -07:00
tests fix: support hotio qBittorrent 5.x log format (N/I/W/C single-char level) 2026-05-11 05:55:40 -07:00
web feat: incident labeling, bundle export, and push/receive flow 2026-05-11 05:23:55 -07:00
.gitignore feat: Podman container deployment for Contributor2's system 2026-05-11 05:13:58 -07:00
.mcp.json feat: initial Turnstone POC — ingest, FTS search, MCP server 2026-05-08 12:12:34 -07:00
Dockerfile feat: Podman container deployment for Contributor2's system 2026-05-11 05:13:58 -07:00
manage.sh feat: qBittorrent log ingestor with 8 diagnostic patterns 2026-05-10 08:21:16 -07:00
podman-standalone.sh feat: incident labeling, bundle export, and push/receive flow 2026-05-11 05:23:55 -07:00
requirements.txt feat: Podman container deployment for Contributor2's system 2026-05-11 05:13:58 -07:00