mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 06:47:47 +00:00
* chore_: fake flaky tests * chore_: run tests in parallel (wip) * chore_: test-with-coverage-old * chore_: lint-fix fake flaky tests * chore_: cleanup * chore_: * chore_: lint-fix fake flaky tests * chore_: enable running some tests sequentially * chore_: enable back all tests * chore_: no sequential packages * chore_: cleanup * chore_: remove fake flaky packages * chore_: cleanup * chore_: attempt UNIT_TEST_COUNT as test count * chore_: spawn multiple processes * fix_: don't spawn multiple processes * chore_: revert redirect_stdout changes * fix_: update Jenkinsfile * fix_: use env variables * fix_: typo
Scripts
extract_logs.go
This script analyzes geth.log files in a specific format and extracts information related to "sent-message" actions. It then prints relevant details such as timestamp, recipients, message ID, message type, and hashes to the console.
Usage
go run extract_logs.go <filename>
It will output in tab separated values (TSV)