docs: improve gitea-runner CI debug workflow with ripgrep and failure markers

- Added ripgrep (rg) usage notes and preference over grep for targeted searches
- Updated log discovery examples to use rg with --fixed-strings for workflow/job name searches
- Added failure-marker search pattern (|Traceback|FAILED|etc.) for quick issue identification
- Replaced grep with rg in runner health checks (dmesg, journalctl)
- Added failure marker search to quick-start one-liner
- Preserved awk usage for tab
This commit is contained in:
aitbc
2026-04-20 13:21:19 +02:00
parent 3d4300924e
commit 92f175c54f
2 changed files with 17 additions and 5 deletions

1
.gitignore vendored
View File

@@ -46,6 +46,7 @@ htmlcov/
*.db-shm
data/
apps/blockchain-node/data/
!apps/coordinator-api/src/app/data/
# ===================
# Runtime Directories (System Standard)