mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-14 15:13:54 +00:00
debug
This commit is contained in:
parent
817cf35fff
commit
4d9ed77e14
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -215,8 +215,11 @@ jobs:
|
||||
kill "$(cat /tmp/log-watcher.pid)" 2>/dev/null || true
|
||||
for f in /tmp/container-logs/*.log; do
|
||||
[ -e "$f" ] || continue
|
||||
echo "=== $f ==="
|
||||
tail -300 "$f"
|
||||
echo "=== $f (lines: $(wc -l < $f)) ==="
|
||||
echo "--- proposed-block events with removals ---"
|
||||
grep -B 200 -A 5 -E '\([1-9][0-9]* removed\)' "$f" | tail -3000 || true
|
||||
echo "--- mempool/tx/inscribe activity ---"
|
||||
grep -i -E 'mempool|inscrib|verif|reject|invalid|gas|validate|removed' "$f" | tail -1000 || true
|
||||
done
|
||||
|
||||
valid-proof-test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user