7623f68679
* fix_: run nightly protocol tests as separate processes * fix_: calculate timeout * fix_: TEST_WITH_COVERAGE_REPORTS_DIR * fix_: proper filter protocol package * chore_: log run_unit_tests stages * fix_: coverage reports merging * chore_: more logs * chore_: fix typo * chore_: increase test timeouts * fix_: properly filter packages * feat_: UNIT_TEST_DRY_RUN flag for tests run * fix_: UNIT_TEST_PACKAGES_FILTERED calculation * fix_: remove the force-run waku test first * fix_: delete unused file |
||
---|---|---|
.. | ||
README.md | ||
canary_test_mailservers.sh | ||
colors.sh | ||
commit_check.sh | ||
extract_logs.go | ||
gen_config.sh | ||
get_enode.sh | ||
migration_check.sh | ||
rpc.sh | ||
run_unit_tests.sh | ||
tag_version.sh | ||
test-with-coverage.sh | ||
test_stats.py | ||
update-fleet-config.sh | ||
version.sh |
README.md
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)